gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r9770: Added Darwin's libtoolize sup


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9770: Added Darwin's libtoolize support
Date: Thu, 18 Sep 2008 01:37:11 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9770
committer: Markus Gothe <address@hidden>
branch nick: gnash
timestamp: Thu 2008-09-18 01:37:11 +0200
message:
  Added Darwin's libtoolize support
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2008-09-15 20:06:16 +0000
+++ b/configure.ac      2008-09-17 23:37:11 +0000
@@ -861,7 +861,11 @@
 AM_CONDITIONAL(BUILD_EXTENSIONS, [ test -n "$extensions_list"])
 
 AC_MSG_CHECKING([For the version of libtool])
+if test -n $darwin; then
+ltver=`${LIBTOOLIZE:-glibtoolize} --version | head -1 | cut -d ' ' -f 4`
+else
 ltver=`${LIBTOOLIZE:-libtoolize} --version | head -1 | cut -d ' ' -f 4`
+fi
 ltmajor=`echo $ltver | cut -d '.' -f 1`
 AC_MSG_RESULT([$ltver])
 if test $ltmajor -eq 1; then


reply via email to

[Prev in Thread] Current Thread [Next in Thread]