build: accommodate newer bootstrap from gnulib
authorJim Meyering <meyering@redhat.com>
Wed, 11 Jan 2012 20:31:50 +0000 (21:31 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 11 Jan 2012 20:31:50 +0000 (21:31 +0100)
commit9e61483eb1f62e4bd4b1c2a2492d4b46294abd0c
tree993e91c52761dd6c8bae53020156768ef5f4bee1
parent6f6a3d158959b5b3dc1f067f89c21e5303b91ba4
build: accommodate newer bootstrap from gnulib

* bootstrap.conf (gnulib_tool_option_extras): Add both --symlink
and --makefile-name=gnulib.mk.
* bootstrap: Update from gnulib.
* tests/init.sh: Update from gnulib.
* lib/Makefile.am: Initialize all of the following so that
generated code in gnulib.mk may use += to append to those variables:
AM_CFLAGS, BUILT_SOURCES, CLEANFILES, EXTRA_DIST, MOSTLYCLEANDIRS,
MOSTLYCLEANFILES, SUFFIXES, noinst_LTLIBRARIES.
bootstrap
bootstrap.conf
lib/Makefile.am
tests/init.sh