]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (ltdll_cmds): [$]0 doesn't appear to translate through
authorDaniel Harvey <daniel@amristar.com.au>
Tue, 11 Sep 2001 03:09:14 +0000 (03:09 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 11 Sep 2001 03:09:14 +0000 (03:09 +0000)
the script correctly, change to $''0

ChangeLog
libtool.m4

index cc8db71b318df66882cf0d3b860c589ee2dc7568..b4fe46563fcf361040acfbcc2827fb93c57ca2f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-25  Daniel Harvey <daniel@amristar.com.au>
+
+       * libtool.m4 (ltdll_cmds): [$]0 doesn't appear to translate through
+       the script correctly, change to $''0
+
 2001-09-11  Gary V. Vaughan  <gary@gnu.org>
 
        * libltdl/configure.in (AC_CONFIG_HEADER): Use config-h.in for DOS
index bd1271f9d94710012835d8bf74eac617eb1aa4a7..46c37bb706c5c5cc98a6b67fbac18e06828bf8fe 100644 (file)
@@ -1302,7 +1302,7 @@ EOF
     # can override, but on older systems we have to supply one (in ltdll.c)
     if test "x$lt_cv_need_dllmain" = "xyes"; then
       ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
-      ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < [$]0 > $output_objdir/$soname-ltdll.c~
+      ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $''0 > $output_objdir/$soname-ltdll.c~
        test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
     else
       ltdll_obj=