expanding variables & backslash escapes when writing these
files to the libtool script.
+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
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 */