chiark / gitweb /
build system: Rename stamp-h to config.stamp
[secnet.git] / configure.in
index 2e37df71403c1c24cd689c10c03d92cac33fc307..658f9bb159c1fa98329aee311fb6e1846343c7ad 100644 (file)
@@ -77,10 +77,6 @@ AC_CHECK_LIB(gmp2,mpz_init_set_str)
 AC_CHECK_LIB(gmp,__gmpz_init_set_str)
 REQUIRE_HEADER([gmp.h])
 dnl Would love to barf if no gmp was found, but how to test? Requiring the header will do for now.
-AC_CHECK_LIB(fl,yywrap)
-if test "$ac_cv_lib_fl_yywrap" != yes; then
-  AC_MSG_ERROR([A compatible libfl is required])
-fi
 SECNET_C_GETFUNC(inet_ntoa,nsl)
 AC_CHECK_LIB(socket,socket)
 SECNET_C_GETFUNC(inet_aton,resolv)
@@ -100,7 +96,7 @@ else
     AC_MSG_WARN([Disabling IPv6 support])
 fi
 
-AC_OUTPUT(Makefile,echo timestamp >stamp-h)
+AC_OUTPUT(Makefile common.make test/Makefile, echo timestamp >config.stamp)
 
 AH_TOP([
 #ifndef _CONFIG_H