configure.in has some conditional vars set on libtool 1.5. They are also required on 2.2.
Attached patch adds them, dropping support for libtool < 1.5, but I think that should be okay. Would be nontrivial to support that, too. -- Hanno Böck Blog: http://www.hboeck.de/ GPG: 3DBD3B20 Jabber/Mail: [EMAIL PROTECTED]
--- hvirtual/configure.in.1 2008-06-23 23:32:05.000000000 +0200 +++ hvirtual/configure.in 2008-06-23 23:32:48.000000000 +0200 @@ -20,10 +20,8 @@ AC_PROG_LIBTOOL # hack for libtool 1.5 -- this is ugly and probably wrong, but works -if test `libtool --version | grep ltmain.sh | cut -b 25-27` = "1.5"; then - LTC_FLAGS="--tag=CC" - LTCXX_FLAGS="--tag=CXX" -fi +LTC_FLAGS="--tag=CC" +LTCXX_FLAGS="--tag=CXX" AC_SUBST(LTC_FLAGS) AC_SUBST(LTCXX_FLAGS)
signature.asc
Description: This is a digitally signed message part.
