chiark / gitweb /
stest: Use proper builddir subdir as default tmp
[secnet.git] / configure.in
index 2e37df71403c1c24cd689c10c03d92cac33fc307..65997eff1698449b3c180feca72d79b2722b7162 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,8 @@ else
     AC_MSG_WARN([Disabling IPv6 support])
 fi
 
-AC_OUTPUT(Makefile,echo timestamp >stamp-h)
+AC_OUTPUT(Makefile common.make test-example/Makefile stest/Makefile,
+          echo timestamp >config.stamp)
 
 AH_TOP([
 #ifndef _CONFIG_H