mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
* bootstrap: Remove `-f Makefile.am' now that we have an actual
Makefile to build ltmain.sh.
This commit is contained in:
parent
406ec70ff9
commit
d38ff22181
@ -1,3 +1,8 @@
|
||||
2004-08-05 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* bootstrap: Remove `-f Makefile.am' now that we have an actual
|
||||
Makefile to build ltmain.sh.
|
||||
|
||||
2004-08-05 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* bootstrap: Run the bootstrap rules from a file named Makefile,
|
||||
|
||||
@ -55,7 +55,7 @@ set -- `sed '/AC_INIT/{s/[][,()]/ /g; p;};d' configure.ac`
|
||||
# generate them here, and have Makefile rules to keep them up to date:
|
||||
rm -f ./config/ltmain.sh ./m4/ltversion.m4
|
||||
test -f Makefile || { makefile=Makefile; cp Makefile.am $makefile; }
|
||||
make -f Makefile.am ./config/ltmain.sh ./m4/ltversion.m4 \
|
||||
make ./config/ltmain.sh ./m4/ltversion.m4 \
|
||||
top_srcdir=. PACKAGE="$2" VERSION="$3"
|
||||
test -z "$makefile" || rm -f "$makefile"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user