diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-28 17:20:15 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-01-31 13:22:05 +0100 |
commit | 3c97e7a43f8979e87ad60cb58d768cbc29917448 (patch) | |
tree | 2b6019abb6a813ad005a226e1f88da1971bc71e7 /lib | |
parent | 29f8e60509646c1d8600129dc76c63266d445e0b (diff) | |
download | idutils-3c97e7a43f8979e87ad60cb58d768cbc29917448.tar.gz idutils-3c97e7a43f8979e87ad60cb58d768cbc29917448.tar.bz2 idutils-3c97e7a43f8979e87ad60cb58d768cbc29917448.zip |
build: update bootstrap from gnulib, and adapt
* bootstrap: Update from gnulib.
* testsuite/init.sh: Update from gnulib.
* bootstrap.conf (bootstrap_epilogue): Remove now-unnecessary,
snippet that edited gnulib-tests/gnulib.mk.
(gnulib_tool_option_extras): Add both --symlink and
--makefile-name=gnulib.mk. Remove use of $bt.
* lib/Makefile.am: Initialize numerous automake variables so that
generated code in gnulib.mk may use += to append to them.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 68ae003..f3882ae 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -7,6 +7,17 @@ # that contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. +AM_CFLAGS = +AM_CPPFLAGS = +BUILT_SOURCES = +CLEANFILES = +EXTRA_DIST = +MAINTAINERCLEANFILES = +MOSTLYCLEANDIRS = +MOSTLYCLEANFILES = +SUFFIXES = +noinst_LIBRARIES = + include gnulib.mk AM_CFLAGS += $(WARN_CFLAGS) |