From: Matthias Andree Date: Sun, 5 Jan 2003 01:28:26 +0000 (+0100) Subject: Fix autoheader warnings by removing acconfig.h and placing an X-Git-Tag: NTP_4_1_73~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a061445e3c313d6eb6f31882d4e240e793ff67;p=thirdparty%2Fntp.git Fix autoheader warnings by removing acconfig.h and placing an AH_TEMPLATE line into configure.in instead. bk: 3e178a3aUQmkPli1aEa46-FU9ia8Hg --- diff --git a/Makefile.am b/Makefile.am index 40200e32c0..265ad9f14a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,6 @@ EXTRA_DIST = \ README.versions \ TODO \ WHERE-TO-START \ - acconfig.h \ build \ config.guess \ config.h.in \ @@ -54,7 +53,7 @@ EXTRA_DIST = \ DISTCLEANFILES = .warning #ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in -ETAGS_ARGS = Makefile.am configure.in acconfig.h +ETAGS_ARGS = Makefile.am configure.in # HMS: make ports be the last directory... # DIST_HOOK_DIRS = conf html scripts ports diff --git a/README b/README index ce516056b0..dcb6da2c8e 100644 --- a/README +++ b/README @@ -49,9 +49,6 @@ Makefile.am Automake file configuration file. Edit only if you have the Makefile.in Autoconf make file template for Unix. -acconfig.h Autoconf template header file. Edit only if you - have the GNU automake and autoconf utilities installed. - adjtimed Directory containing the sources for the adjtime daemon for HP/UX systems prior to HP-UX 10.0. diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 0a973f7b13..0000000000 --- a/acconfig.h +++ /dev/null @@ -1 +0,0 @@ -#undef ULONG_CONST diff --git a/configure.in b/configure.in index 1ff4140dea..5e2eb661cf 100644 --- a/configure.in +++ b/configure.in @@ -7,6 +7,7 @@ AM_CONFIG_HEADER(config.h) AC_ARG_PROGRAM AM_INIT_AUTOMAKE(ntp, 4.1.1c-rc1) AC_PREREQ(2.52) # We need the cross-compile-aware SIZEOF stuff. +AH_TEMPLATE(ULONG_CONST, [How do we create unsigned long constants?]) ac_cv_var_atom_ok=no ac_cv_var_oncore_ok=no