bug-recutils
[Top][All Lists]
Advanced

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

Re: [bug-recutils] recfix tests fail on Ubuntu 64-Bit systems


From: Sven Wick
Subject: Re: [bug-recutils] recfix tests fail on Ubuntu 64-Bit systems
Date: Sun, 22 May 2011 23:43:48 +0200
User-agent: RoundCube Webmail/0.2.2

On Mon, 16 May 2011 20:25:43 +0200, address@hidden (Jose E. Marchesi)
wrote:

> Do they provide their own version of libtool, or what?

Yes.

  $ libtool -V

    Apple Computer, Inc. version cctools-795

Here is a patch:

--- autogen.sh  2011-05-22 23:17:28.000000000 +0200
+++ autogen.sh.patched  2011-05-22 23:28:20.000000000 +0200
@@ -19,10 +19,17 @@
 
 : ${ACLOCAL=aclocal}
 : ${AUTOHEADER=autoheader}
-: ${LIBTOOLIZE=libtoolize}
 : ${AUTOMAKE=automake --add-missing}
 : ${AUTOCONF=autoconf}
 
+# On MAC OS X, GNU libtoolize is named 'glibtoolize':
+if [ `(uname -s) 2>/dev/null` == 'Darwin' ]
+then
+    : ${LIBTOOLIZE=glibtoolize}
+else
+    : ${LIBTOOLIZE=libtoolize}
+fi
+
 # So instead:
 cmd="$ACLOCAL -I m4 && $AUTOCONF && $AUTOHEADER && $LIBTOOLIZE &&
$AUTOMAKE"
 echo "  $cmd"




reply via email to

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