[cig-commits] r16217 - cs/autoconf/trunk

walter at geodynamics.org walter at geodynamics.org
Tue Feb 2 15:44:16 PST 2010


Author: walter
Date: 2010-02-02 15:44:16 -0800 (Tue, 02 Feb 2010)
New Revision: 16217

Modified:
   cs/autoconf/trunk/cit_python.m4
Log:
Fix a bug in configuration when a user does not have '.' in their path

Modified: cs/autoconf/trunk/cit_python.m4
===================================================================
--- cs/autoconf/trunk/cit_python.m4	2010-02-02 23:41:21 UTC (rev 16216)
+++ cs/autoconf/trunk/cit_python.m4	2010-02-02 23:44:16 UTC (rev 16217)
@@ -321,7 +321,7 @@
 AC_MSG_CHECKING([for egg-related flags])
 AS_IF([AC_TRY_COMMAND([$PYTHON setup.py egg_flags >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD])],
       [AC_MSG_RESULT(ok)
-       . egg-flags.sh
+       . ./egg-flags.sh
        rm -f egg-flags.sh
       ],
       [AC_MSG_RESULT(failed)



More information about the CIG-COMMITS mailing list