]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (ltdll.c, impgen.c): Prevent the shell from
authorGary V. Vaughan <gary@gnu.org>
Tue, 24 Aug 1999 15:50:48 +0000 (15:50 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 24 Aug 1999 15:50:48 +0000 (15:50 +0000)
expanding variables & backslash escapes when writing these
files to the libtool script.

ChangeLog
ltconfig.in

index 6825d33280de1e110f94d8248c3ca32ea9ddc429..1c7544e14d7b6d5516451d54c23369741cd390d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-08-24  Gary V. Vaughan  <gary@oranda.demon.co.uk>
+
+       * ltconfig.in (ltdll.c, impgen.c): Prevent the shell from
+       expanding variables & backslash escapes when writing these
+       files to the libtool script.
+
 1999-08-24  Thomas Tanner  <tanner@ffii.org>
 
        * NEWS: mention fixes
index 02c04f92a93acd7a6da086ca88007cb6bafdc41a..079c548872f703831f17c240f41ca5e31da7984b 100755 (executable)
@@ -3182,7 +3182,7 @@ EOF
   esac
   case "$host" in
   *-*-cygwin* | *-*-mingw* | *-*-os2*)
-    cat <<EOF >> "$ofile"
+    cat <<'EOF' >> "$ofile"
       # This is a source program that is used to create dlls on Windows
       # Don't remove nor modify the starting and closing comments
 # /* ltdll.c starts here */