Fix the Makefiles generated by qmake before using them.
commitf27f50e736746a169dcd99c94ea53163abec8596
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Fri, 21 Dec 2007 12:48:14 +0000 (21 12:48 +0000)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 9 Dec 2008 03:04:46 +0000 (9 03:04 +0000)
treea98ee3324ec59a02feab2c4053f9449547f68e29
parent6b8476c3123f907c0fce4ce3b55c27a71cfb19df
Fix the Makefiles generated by qmake before using them.

        * build-aux/autotroll.m4 (AT_WITH_QT): Some versions of qmake
        sometime generate Makefiles with relative paths.  One Windows, it
        gets worse when it generates paths with `\' as directory separator
        (which doesn't play too well with Cygwin).  So before using the
        Makefile generated by qmake, rewrite all relative paths to absolute
        ones and use forward slashes rather than backslashes on Windows.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
build-aux/autotroll.m4