head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2000.12.14.15.07.35; author simons; state dead; branches; next 1.1; 1.1 date 2000.12.13.15.40.34; author simons; state Exp; branches; next ; desc @@ 1.2 log @ - Removed smake build and autoconf from the libraries. - Removed unused files. @ text @dnl dnl configure.in -- Process this file with autoconf to produce a configure script. dnl dnl $Header: /d1/e/petidomo/cvs/petidomo/source/libconfigfile/configure.in,v 1.1 2000/12/13 15:40:34 simons Exp $ dnl AC_INIT(configfile.h) dnl Checks for paths and programs. dnl AC_PROG_CC AC_PROG_RANLIB dnl Enable warning flags for gcc. dnl if test "$GCC" = yes; then CFLAGS="$CFLAGS -Wall -pedantic" CXXFLAGS="$CXXFLAGS -Wall -pedantic" fi dnl Remove '-g' and '-O2' from the compile flags. dnl CFLAGS=`echo $CFLAGS | sed -e "s/-g//" -e "s/-O2//"` CXXFLAGS=`echo $CXXFLAGS | sed -e "s/-g//" -e "s/-O2//"` dnl Write results. dnl AC_OUTPUT(GNUmakefile) @ 1.1 log @Imported latest version of the library. @ text @d4 1 a4 1 dnl $Header: /home/cvs/lib/libconfigfile/configure.in,v 1.1 1999/08/25 19:10:32 simons Exp $ @