bootstrap: remove some now-unneeded code
authorJim Meyering <meyering@redhat.com>
Sat, 17 Dec 2011 16:00:44 +0000 (17:00 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 20 Dec 2011 09:14:25 +0000 (10:14 +0100)
commit767ccd40dadbeb4b1480a235ec4bacbcd50276cd
treea6db339f1fc8bf68193b0855ee2cbe8b33d99b85
parent3e1f8188baefc07db46bd23a0978825246c436ce
bootstrap: remove some now-unneeded code

This script arose back when gnulib-tool was young.
Since then, it has seen improvements that render much of this
script unnecessary.  In particular, it can now make symlinks
to the files it uses.  Also, I no longer see as much value in
marking files as read-only via comments.
If you relied on the symlink-creation feature of the preceding
version of this script, you can get most of that functionality
by adding the --symlink option to the definition of
gnulib_tool_option_extras in your bootstrap.conf file.
* build-aux/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.
(slirp, bt_mark_as_generated): Remove functions.
ChangeLog
build-aux/bootstrap