mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* libtoolize.m4sh (func_fixup_Makefile): Fix missing
substitution for nonrecursive mode. Remove otherwise-empty continuation lines in the output file. Report by Bob Friesenhahn.
This commit is contained in:
parent
bd9ae5e61b
commit
cdf3665cb0
@ -1,3 +1,10 @@
|
||||
2006-10-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libtoolize.m4sh (func_fixup_Makefile): Fix missing
|
||||
substitution for nonrecursive mode. Remove otherwise-empty
|
||||
continuation lines in the output file.
|
||||
Report by Bob Friesenhahn.
|
||||
|
||||
2006-10-22 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
* libltdl/config/ltmain.m4sh: Add -F* to flags that are passed
|
||||
|
@ -336,7 +336,8 @@ func_fixup_Makefile ()
|
||||
s,libltdl/aclocal.m4,,
|
||||
s,libltdl/config-h.in,,
|
||||
s,libltdl/Makefile.am,,
|
||||
s,libltdl/Makefile.in,,"
|
||||
s,libltdl/Makefile.in,,
|
||||
/^[[ ]]*\\\\\$/d"
|
||||
case $my_filename in
|
||||
Makefile.am)
|
||||
my_fixup_non_subpackage_script=`echo "$my_fixup_non_subpackage_script" | \
|
||||
@ -349,6 +350,7 @@ func_fixup_Makefile ()
|
||||
s,libltdl_,@repl_uscore@_,
|
||||
s,libltdl/,@repl@/,
|
||||
s,: libltdl/,: @repl@/,
|
||||
s, -Ilibltdl , -I@repl@ ,
|
||||
s,\\\$(libltdl_,\$(@repl_uscore@_,
|
||||
s,)/libltdl ,)/@repl@ ,
|
||||
s,@repl_uscore@,${repl_uscore},g
|
||||
|
Loading…
Reference in New Issue
Block a user