From: Gary V. Vaughan Date: Tue, 24 Aug 1999 15:50:48 +0000 (+0000) Subject: * ltconfig.in (ltdll.c, impgen.c): Prevent the shell from X-Git-Tag: multi-language-fork~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab19cce620ac9d0a635bcc3c9e2e4e46fec74673;p=thirdparty%2Flibtool.git * ltconfig.in (ltdll.c, impgen.c): Prevent the shell from expanding variables & backslash escapes when writing these files to the libtool script. --- diff --git a/ChangeLog b/ChangeLog index 6825d3328..1c7544e14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-08-24 Gary V. Vaughan + + * 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 * NEWS: mention fixes diff --git a/ltconfig.in b/ltconfig.in index 02c04f92a..079c54887 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -3182,7 +3182,7 @@ EOF esac case "$host" in *-*-cygwin* | *-*-mingw* | *-*-os2*) - cat <> "$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 */