summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2022-03-30 16:32:33 +0200
committerTomek Mrugalski <tomek@isc.org>2022-03-30 16:32:33 +0200
commit6761b89b419086092aaea07cbeb0e9b86b7bab3d (patch)
tree325d49ef3f627e84a482a773d7f35bee67ac6999
parentc661be2fcb74085ff20f19ededd45f3b1ef82f42 (diff)
downloadisc-dhcp-6761b89b419086092aaea07cbeb0e9b86b7bab3d.tar.gz
[#227] Eliminated autoreconf warnings
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fc99a22d..d6e4ec9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,10 @@ AC_INIT([DHCP],[4.4.3],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
-# like AUTHORS, COPYING, and such
-AM_INIT_AUTOMAKE([foreign])
+# like AUTHORS, COPYING, and such.
+# The subdir-objects is specified to quell the warning about some
+# makefiles referrencing files in subdirs.
+AM_INIT_AUTOMAKE([foreign subdir-objects])
# we specify AM_MAINTAINER_MODE to avoid problems with rebuilding
# the configure and makefiles. Without it users doing things that