summaryrefslogtreecommitdiff
path: root/gnulib/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-11-15 13:48:27 -0700
committerTom Tromey <tromey@adacore.com>2019-11-15 13:48:27 -0700
commite176f82170871202640d53d8edc0caa5c450901f (patch)
treeaffea8b26305b3b63206f3b8a9376b76d2909786 /gnulib/configure.ac
parentbb69c5018be23daa67a28fa83cb692f41d34c89e (diff)
downloadbinutils-gdb-e176f82170871202640d53d8edc0caa5c450901f.tar.gz
Add no-dist to gnulib configure
This adds the no-dist option to the gnulib configure script. gdb doesn't use "make dist", so there's no need for this. Adding this option makes the Makefiles less verbose. gnulib/ChangeLog 2019-11-15 Tom Tromey <tromey@adacore.com> * aclocal.m4, configure, Makefile.in, import/Makefile.in: Rebuild. * configure.ac: Remove obsolete comment. Add no-dist. Change-Id: I5224e18af9acd5284acb79d5756b0e84b00406e9
Diffstat (limited to 'gnulib/configure.ac')
-rw-r--r--gnulib/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnulib/configure.ac b/gnulib/configure.ac
index fac7f6ca85e..f969c843b54 100644
--- a/gnulib/configure.ac
+++ b/gnulib/configure.ac
@@ -37,9 +37,7 @@ AC_CANONICAL_SYSTEM
gl_INIT
-# We don't use automake, but gnulib does. This line lets us generate
-# its Makefile.in.
-AM_INIT_AUTOMAKE([no-define foreign])
+AM_INIT_AUTOMAKE([no-define no-dist foreign])
AM_SILENT_RULES([yes])