mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-23 15:19:27 +08:00
* 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:
parent
7cc892b2c9
commit
ab19cce620
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user