]> 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>
Mon, 25 Jun 2001 00:09:33 +0000 (00:09 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 25 Jun 2001 00:09:33 +0000 (00:09 +0000)
the script correctly, change to $''0

ChangeLog
libtool.m4

index 0e8870924fa719e87f2f9121b7abc2e1a26e7a9f..9b1ab41933c2c30a6bb6698db6af3ef69e2eb629 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-06-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
 
        * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for
index dd67284b159d2c4e0efe726610fc53d0b28454fb..abef03939cb116455f7e48f210edcfdafa98f6c4 100644 (file)
@@ -3949,7 +3949,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=