mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* bootstrap: Be robust to having no files that need removing.
This commit is contained in:
parent
2d4c83cc36
commit
56245fe9ef
@ -1,5 +1,7 @@
|
||||
2001-09-11 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* bootstrap: Be robust to having no files that need removing.
|
||||
|
||||
* libltdl/configure.ac (AM_INIT_AUTOMAKE): Bump libltdl version to
|
||||
1.2.
|
||||
* libltdl/Makefile.am (libltdl_la_LDFLAGS): Bump libtool library
|
||||
|
@ -3,7 +3,7 @@
|
||||
# helps bootstrapping libtool, when checked out from CVS
|
||||
# requires at least GNU autoconf 2.50 and GNU automake1.4-p5
|
||||
|
||||
find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r
|
||||
find . \( -name autom4te.cache -o -name libtool \) -exec rm -r {} \;
|
||||
|
||||
: ${ACLOCAL=aclocal}
|
||||
: ${AUTOMAKE=automake}
|
||||
|
Loading…
Reference in New Issue
Block a user