]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix generation of autoheader, and re-build it
authorAlan T. DeKok <aland@freeradius.org>
Fri, 25 Mar 2011 09:21:07 +0000 (10:21 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 25 Mar 2011 09:23:07 +0000 (10:23 +0100)
Makefile
src/include/autoconf.h.in

index da39b5b73f1322f96a07fd876b8277874b3872bf..17ad2435e92b48a1299ec629d2f5589951b54939 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -123,15 +123,9 @@ reconfig:
 configure: configure.in aclocal.m4
        $(AUTOCONF)
 
-# autoheader might not change autoconf.h.in, so touch a stamp file
-src/include/autoconf.h.in: src/include/stamp-h.in
-src/include/stamp-h.in: configure.in
+.PHONY: src/include/autoconf.h.in
+src/include/autoconf.h.in:
        $(AUTOHEADER)
-       echo timestamp > src/include/stamp-h.in
-
-src/include/autoconf.h: src/include/stamp-h
-src/include/stamp-h: src/include/autoconf.h.in config.status
-       ./config.status
 
 config.status: configure
        ./config.status --recheck
index e9479576706a2072d35b33c72a9f553485d4445f..9b5d1b843519bac6975de6b9ce36ec1b2f5b3569 100644 (file)
@@ -50,6 +50,9 @@
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
+/* Define to 1 if you have the <fnmatch.h> header file. */
+#undef HAVE_FNMATCH_H
+
 /* Define to 1 if you have the `getaddrinfo' function. */
 #undef HAVE_GETADDRINFO
 
 /* Define to 1 if you have the `lockf' function. */
 #undef HAVE_LOCKF
 
+/* Do we have the lt_dladvise_init function */
+#undef HAVE_LT_DLADVISE_INIT
+
 /* Define to 1 if you have the <malloc.h> header file. */
 #undef HAVE_MALLOC_H
 
 /* Define to 1 if you have the <openssl/evp.h> header file. */
 #undef HAVE_OPENSSL_EVP_H
 
+/* Define to 1 if you have the <openssl/ocsp.h> header file. */
+#undef HAVE_OPENSSL_OCSP_H
+
 /* Define to 1 if you have the <openssl/ssl.h> header file. */
 #undef HAVE_OPENSSL_SSL_H
 
+/* Define to 1 if you have the function pcap_dump_fopen. */
+#undef HAVE_PCAP_DUMP_FOPEN
+
+/* Define to 1 if you have the function pcap_fopen_offline. */
+#undef HAVE_PCAP_FOPEN_OFFLINE
+
 /* Define to 1 if you have the <pcap.h> header file. */
 #undef HAVE_PCAP_H