From: Alan T. DeKok Date: Fri, 25 Mar 2011 09:21:07 +0000 (+0100) Subject: Fix generation of autoheader, and re-build it X-Git-Tag: release_2_1_11~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a72bb5cfeb2eecc41ef87973b8cddd17d56e7e52;p=thirdparty%2Ffreeradius-server.git Fix generation of autoheader, and re-build it --- diff --git a/Makefile b/Makefile index da39b5b73f1..17ad2435e92 100644 --- 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 diff --git a/src/include/autoconf.h.in b/src/include/autoconf.h.in index e9479576706..9b5d1b84351 100644 --- a/src/include/autoconf.h.in +++ b/src/include/autoconf.h.in @@ -50,6 +50,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if you have the header file. */ +#undef HAVE_FNMATCH_H + /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO @@ -137,6 +140,9 @@ /* 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 header file. */ #undef HAVE_MALLOC_H @@ -167,9 +173,18 @@ /* Define to 1 if you have the header file. */ #undef HAVE_OPENSSL_EVP_H +/* Define to 1 if you have the header file. */ +#undef HAVE_OPENSSL_OCSP_H + /* Define to 1 if you have the 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 header file. */ #undef HAVE_PCAP_H