* ltconfig.in (ltdll.c, impgen.c): Prevent the shell from

expanding variables & backslash escapes when writing these
files to the libtool script.
This commit is contained in:
Gary V. Vaughan 1999-08-24 15:50:48 +00:00
parent 7cc892b2c9
commit ab19cce620
2 changed files with 7 additions and 1 deletions

View File

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

View File

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