Generate gnulib's toplevel Makefile.in using automake
authorChristian Biesinger <cbiesinger@google.com>
Fri, 15 Nov 2019 00:17:59 +0000 (16:17 -0800)
committerChristian Biesinger <cbiesinger@google.com>
Fri, 15 Nov 2019 19:00:39 +0000 (11:00 -0800)
commit33bd0102c190c1331804c12774e578e33c367552
tree1f1d1fc2c78931f9c50016d16b47149bc2df75e0
parent71d3dc74309599cd9bbdfa17dcfdfd8c406a1093
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
gnulib/ChangeLog
gnulib/Makefile.am [new file with mode: 0644]
gnulib/Makefile.in
gnulib/aclocal-m4-deps.mk [deleted file]
gnulib/configure.ac
gnulib/update-gnulib.sh
This page took 0.024065 seconds and 4 git commands to generate.