Windows port: Work arount MSYS weirdness where it changes --libtool= command line...
authorDieter Verfaillie <dieterv@optionexplicit.be>
Mon, 5 Sep 2011 15:39:40 +0000 (17:39 +0200)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 7 Sep 2011 19:38:37 +0000 (21:38 +0200)
commit33bbdce144d275b693752f0bc2c2f292deda854e
tree72b3305d0ed348d9159a2d5764b5ef0e460d779b
parentf31cdd28f4842597e9fd8428f7926dfbff25ddd7
Windows port: Work arount MSYS weirdness where it changes --libtool= command line arguments.

This continues to reuse the LIBTOOL variable from automake if it's set,
but works around some MSYS weirdness: When running g-ir-scanner, MSYS
changes a command-line argument --libtool="/bin/sh ../../libtool" into
--libtool=c:/opt/msys/1.0/bin/libtool. So just use sh.exe without path
because we already "know" where the libtool configure produced is.

https://bugzilla.gnome.org/show_bug.cgi?id=620566
Makefile.introspection