[Cinelerra-commits] r1059 - trunk/hvirtual

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Johannes Sixt <johannes.sixt@telecom.at>
Date:  
To: cinelerra-commits
Subject: [Cinelerra-commits] r1059 - trunk/hvirtual
Author: j6t
Date: 2008-06-29 21:00:37 +0200 (Sun, 29 Jun 2008)
New Revision: 1059

Modified:
trunk/hvirtual/configure.in
Log:
Support libtool-2.2.

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.

Patch by Hanno B?\195?\182ck.


Modified: trunk/hvirtual/configure.in
===================================================================
--- trunk/hvirtual/configure.in    2008-06-01 20:36:51 UTC (rev 1058)
+++ trunk/hvirtual/configure.in    2008-06-29 19:00:37 UTC (rev 1059)
@@ -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)



_______________________________________________
Cinelerra-commits mailing list
Cinelerra-commits@???
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra-commits