gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7254 - freeway


From: gnunet
Subject: [GNUnet-SVN] r7254 - freeway
Date: Sun, 15 Jun 2008 11:31:08 -0600 (MDT)

Author: mdonoughe
Date: 2008-06-15 11:31:08 -0600 (Sun, 15 Jun 2008)
New Revision: 7254

Modified:
   freeway/bootstrap
Log:
use the correct glibtoolize from the path


Modified: freeway/bootstrap
===================================================================
--- freeway/bootstrap   2008-06-15 17:31:06 UTC (rev 7253)
+++ freeway/bootstrap   2008-06-15 17:31:08 UTC (rev 7254)
@@ -1,5 +1,3 @@
 #!/bin/sh
-test -f /usr/bin/glibtoolize && export LIBTOOLIZE=/usr/bin/glibtoolize
-test -f /usr/bin/glibtool && export LIBTOOL=/usr/bin/glibtool
-aclocal
+test `which glibtoolize` && export LIBTOOLIZE=`which glibtoolize`
 autoreconf -f -i





reply via email to

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