r186: *** empty log message ***
[ctsim.git] / configure.in
index 5d067c1f69a9183c1246583fd8a815c118789a38..0b5e2705f8e4cfa53a4a1e4eed87603375630ea1 100644 (file)
@@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout
 dnl CDPATH=
 
 AC_INIT(src/ctsim.cpp)
-AM_INIT_AUTOMAKE(ctsim,2.0.0b9)
+AM_INIT_AUTOMAKE(ctsim,2.0.0b11)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
@@ -99,7 +99,7 @@ AC_STRUCT_TM
 
 dnl Checks for library functions.
 AC_FUNC_VPRINTF
-AC_CHECK_FUNCS(strtod strtol snprintf htonl)
+AC_CHECK_FUNCS(strtod strtol snprintf htonl usleep)
 AC_CHECK_FUNC(basename)
 AC_CHECK_FUNC(setjmp)
 if test "${OSTYPE}" = "cygwin" ; then
@@ -361,7 +361,7 @@ AC_SUBST(ctlibs)
 if test -n "$lamdir" ; then
   lamprograms="pjrec-lam phm2if-lam phm2pj-lam"
   AC_SUBST(lamprograms)
-  lamdefs="$CLFAGS"
+  lamdefs="$CFLAGS"
   AC_SUBST(lamdefs)
 fi