]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix autoheader warnings by removing acconfig.h and placing an
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 5 Jan 2003 01:28:26 +0000 (02:28 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 5 Jan 2003 01:28:26 +0000 (02:28 +0100)
AH_TEMPLATE line into configure.in instead.

bk: 3e178a3aUQmkPli1aEa46-FU9ia8Hg

Makefile.am
README
acconfig.h [deleted file]
configure.in

index 40200e32c0123fa7397e02ce98cbf2d7416c27ac..265ad9f14a966951a983d5eff92089c677d5f9ea 100644 (file)
@@ -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 ce516056b0a28d15a08497ca452fc10a7d727d81..dcb6da2c8ea96475d6e695e4e5031f1f5ff985e5 100644 (file)
--- 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 (file)
index 0a973f7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#undef ULONG_CONST
index 1ff4140dea59bb01d8b12b87c0e2ae63a3bcac58..5e2eb661cffaad7acf47c0e9bf7daa964bd9a4ec 100644 (file)
@@ -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