maint: bootstrap: run autopoint and libtoolize *before* gnulib-tool
authorJim Meyering <meyering@redhat.com>
Mon, 6 Sep 2010 07:48:46 +0000 (09:48 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 24 Nov 2011 21:18:29 +0000 (22:18 +0100)
commit3e26551096823b744016f616a34c1992e35cd68d
tree7d515e8541dded9549d1e334f1cd34228c0dc78c
parent5bf2c0eed323dc0079e4388a1d8da03eae29155a
maint: bootstrap: run autopoint and libtoolize *before* gnulib-tool

* bootstrap (AUTOPOINT, AUTORECONF): Factor out definitions.
Run autopoint and libtoolize *before* gnulib-tool.
After it, run an abbreviated autoreconf, rather than a loop around
all tools.
* bootstrap.conf (gnulib_tool_option_extras): Add both --symlink
and --makefile-name=gnulib.mk.  Remove stray use of $bt.
* lib/Makefile.am: Initialize all of the following so that
generated code in gnulib.mk may use += to append to those variables:
AM_CFLAGS, AM_CPPFLAGS, BUILT_SOURCES, CLEANFILES, EXTRA_DIST,
MAINTAINERCLEANFILES, MOSTLYCLEANDIRS, MOSTLYCLEANFILES, SUFFIXES,
noinst_LIBRARIES.
bootstrap
bootstrap.conf
lib/Makefile.am