* [gentoo-commits] eselect r514 - trunk
@ 2009-04-28 9:41 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-04-28 9:41 UTC (permalink / raw
To: gentoo-commits
Author: ulm
Date: 2009-04-28 09:41:38 +0000 (Tue, 28 Apr 2009)
New Revision: 514
Modified:
trunk/ChangeLog
trunk/configure.ac
Log:
Fix test for greadlink.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-04-28 09:40:31 UTC (rev 513)
+++ trunk/ChangeLog 2009-04-28 09:41:38 UTC (rev 514)
@@ -1,5 +1,7 @@
2009-04-28 Ulrich Mueller <ulm@gentoo.org>
+ * configure.ac: Fix test for greadlink.
+
* configure.ac: Add --with-pm option for configuring the preferred
package manager. Supply a default path for portageq.
* libs/Makefile.am (dosed): Substitute PACKAGE_MANAGER.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-04-28 09:40:31 UTC (rev 513)
+++ trunk/configure.ac 2009-04-28 09:41:38 UTC (rev 514)
@@ -25,7 +25,7 @@
AC_PATH_PROG(PORTAGEQ, portageq, /usr/bin/portageq)
AC_PATH_PROG(READLINK, greadlink)
-if test x$CANONICALISE = "x" ; then
+if test x$READLINK = "x" ; then
AC_CHECK_PROG(READLINK, readlink -f ., yes, no, [$PATH])
if test x$READLINK = "xyes" ; then
AC_PATH_PROG(READLINK, readlink)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-28 9:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28 9:41 [gentoo-commits] eselect r514 - trunk Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox