separators.
+2000-05-27 Gary V. Vaughan <gvv@techie.com>
+
+ * ltmain.in: cygwin-1.1.0 and higher no longer grok backslash path
+ separators.
+
2000-05-27 Chris Lattner <sabre@skylab.org>
* ltconfig.in (*-sequent-sysv4): New Port.
New in 1.3.5: 2000-05-27, CVS version 1.3.4a, Libtool team:
* Support for *-sequent-sysv4.
+* Support for Cygwin-1.1.0.
* Support recent dlltool formats.
* Bugfixes.
\f
# Run the actual program with our arguments.
"
case $host in
- *-*-cygwin* | *-*-mingw | *-*-os2*)
# win32 systems need to use the prog path for dll
# lookup to work
+ *-*-cygwin*)
+ $echo >> $output "\
+ exec \$progdir/\$program \${1+\"\$@\"}
+"
+ ;;
+
+ # Backslashes separate directories on plain windows
+ *-*-mingw | *-*-os2*)
$echo >> $output "\
exec \$progdir\\\\\$program \${1+\"\$@\"}
"
;;
+
*)
$echo >> $output "\
# Export the path to the program.