diff options
author | Christian Biesinger <cbiesinger@google.com> | 2019-11-14 16:17:59 -0800 |
---|---|---|
committer | Christian Biesinger <cbiesinger@google.com> | 2019-11-15 11:00:39 -0800 |
commit | 33bd0102c190c1331804c12774e578e33c367552 (patch) | |
tree | 1f1d1fc2c78931f9c50016d16b47149bc2df75e0 /gnulib/ChangeLog | |
parent | Revert previous delta. (diff) | |
download | binutils-gdb-33bd0102c190c1331804c12774e578e33c367552.tar.gz binutils-gdb-33bd0102c190c1331804c12774e578e33c367552.tar.bz2 binutils-gdb-33bd0102c190c1331804c12774e578e33c367552.zip |
Generate gnulib's toplevel Makefile.in using automake
This is a lot simpler and as a side-effect this will correctly
regenerate import/Makefile and config.h during rebuilds if
necessary.
gnulib/ChangeLog:
2019-11-15 Christian Biesinger <cbiesinger@google.com>
* Makefile.am: New file.
* Makefile.in: Replace with generated file.
* aclocal-m4-deps.mk: Remove.
* configure.ac: Use the foreign option for automake and specify
the aclocal search path here.
* update-gnulib.sh: Don't generate aclocal-m4-deps.mk anymore.
Also don't specify the aclocal include path here, now that it
is in configure.ac.
Change-Id: I6a2c4d41cf4f0e21d5c813197bad63ed5c08e408
Diffstat (limited to 'gnulib/ChangeLog')
-rw-r--r-- | gnulib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnulib/ChangeLog b/gnulib/ChangeLog index 67b8dfdcd87..89c0c179828 100644 --- a/gnulib/ChangeLog +++ b/gnulib/ChangeLog @@ -1,3 +1,14 @@ +2019-11-15 Christian Biesinger <cbiesinger@google.com> + + * Makefile.am: New file. + * Makefile.in: Replace with generated file. + * aclocal-m4-deps.mk: Remove. + * configure.ac: Use the foreign option for automake and specify + the aclocal search path here. + * update-gnulib.sh: Don't generate aclocal-m4-deps.mk anymore. + Also don't specify the aclocal include path here, now that it + is in configure.ac. + 2019-11-12 Christian Biesinger <cbiesinger@google.com> * Makefile.in: Fix path to say import/ instead of gnulib/. |