X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.in;h=0b5e2705f8e4cfa53a4a1e4eed87603375630ea1;hb=a05f3cb550877e94aa118cc04b361c0c8fdb3dc3;hp=5d067c1f69a9183c1246583fd8a815c118789a38;hpb=8e6f3442686fcc2ed9a36aecbe2b0d3c50bc9500;p=ctsim.git diff --git a/configure.in b/configure.in index 5d067c1..0b5e270 100644 --- a/configure.in +++ b/configure.in @@ -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