*** ltmain.in Fri May 17 13:43:24 2002 --- ltmain.in.orig Tue Sep 11 01:40:18 2001 *************** *** 3712,3718 **** ;; # Backslashes separate directories on plain windows ! *-*-mingw* | *-*-os2*) $echo >> $output "\ exec \$progdir\\\\\$program \${1+\"address@hidden"} " --- 3712,3718 ---- ;; # Backslashes separate directories on plain windows ! *-*-mingw | *-*-os2*) $echo >> $output "\ exec \$progdir\\\\\$program \${1+\"address@hidden"} " *************** *** 4273,4297 **** fi # Do a test to see if this is really a libtool program. ! tem=$file ! case $host in ! *-mingw*) ! tem=`echo "$file" | sed 's,\.exe$,,'` ! ;; ! esac ! if (sed -e '4q' $tem | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then notinst_deplibs= relink_command= # If there is no directory component, then add one. ! case $tem in ! */* | *\\*) . $tem ;; ! *) . ./$tem ;; esac # Check the variables that should have been set. if test -z "$notinst_deplibs"; then ! $echo "$modename: invalid libtool wrapper script \`$tem'" 1>&2 exit 1 fi --- 4273,4291 ---- fi # Do a test to see if this is really a libtool program. ! if (sed -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then notinst_deplibs= relink_command= # If there is no directory component, then add one. ! case $file in ! */* | *\\*) . $file ;; ! *) . ./$file ;; esac # Check the variables that should have been set. if test -z "$notinst_deplibs"; then ! $echo "$modename: invalid libtool wrapper script \`$file'" 1>&2 exit 1 fi *************** *** 4315,4323 **** relink_command= # If there is no directory component, then add one. ! case $tem in ! */* | *\\*) . $tem ;; ! *) . ./$tem ;; esac outputname= --- 4309,4317 ---- relink_command= # If there is no directory component, then add one. ! case $file in ! */* | *\\*) . $file ;; ! *) . ./$file ;; esac outputname=