head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2001.07.20.10.42.34; author simons; state dead; branches; next 1.2; 1.2 date 2001.07.20.10.09.27; author simons; state Exp; branches; next 1.1; 1.1 date 2001.07.20.09.53.37; author simons; state Exp; branches; next ; desc @@ 1.3 log @- Renamed configure.in to configure.ac for autoconf 2.50 and later. - Added tests that will find the exact data types and typedef our versions to them. @ text @dnl configure.in -- Process this file with autoconf to produce a configure script. AC_INIT(libxds, [$Revision: 1.2 $]) dnl Get rid of the lousy -g and -O defaults in CFLAGS. dnl CFLAGS=${CFLAGS:-} dnl Checks for paths and programs. dnl AC_PROG_CC AC_PROG_RANLIB dnl Set special flags for gcc. dnl if test "$GCC" = yes; then CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long" fi dnl Write results. dnl AC_OUTPUT(Makefile regression-tests/Makefile) @ 1.2 log @Added the -Wno-long-long flag. @ text @d3 1 a3 1 AC_INIT(libxds, [$Revision: 1.1 $]) @ 1.1 log @Added skeleton autoconf support. @ text @d3 1 a3 1 AC_INIT(libxds, [$Revision$]) d17 1 a17 1 CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs" @