* 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:
Ralf Wildenhues 2006-10-24 20:07:35 +00:00
parent bd9ae5e61b
commit cdf3665cb0
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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