[93255] trunk/base

jmr at macports.org jmr at macports.org
Fri May 18 04:04:32 PDT 2012


Revision: 93255
          https://trac.macports.org/changeset/93255
Author:   jmr at macports.org
Date:     2012-05-18 04:04:31 -0700 (Fri, 18 May 2012)
Log Message:
-----------
always print "checking Xcode location" message in configure, since the result is always printed

Modified Paths:
--------------
    trunk/base/configure
    trunk/base/configure.ac

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2012-05-18 10:18:57 UTC (rev 93254)
+++ trunk/base/configure	2012-05-18 11:04:31 UTC (rev 93255)
@@ -2966,9 +2966,9 @@
 esac
 
 # locate currently selected Xcode path
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Xcode location" >&5
+$as_echo_n "checking Xcode location... " >&6; }
 if test "x$XCODE_SELECT" != "x"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking Xcode location" >&5
-$as_echo_n "checking Xcode location... " >&6; }
   DEVELOPER_DIR=`$XCODE_SELECT -print-path`
 fi
 if test -z "$DEVELOPER_DIR" -o ! -d "$DEVELOPER_DIR" ; then

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2012-05-18 10:18:57 UTC (rev 93254)
+++ trunk/base/configure.ac	2012-05-18 11:04:31 UTC (rev 93255)
@@ -44,8 +44,8 @@
 esac
 
 # locate currently selected Xcode path
+AC_MSG_CHECKING(Xcode location)
 if test "x$XCODE_SELECT" != "x"; then
-  AC_MSG_CHECKING(Xcode location)
   DEVELOPER_DIR=`$XCODE_SELECT -print-path`
 fi
 if test -z "$DEVELOPER_DIR" -o ! -d "$DEVELOPER_DIR" ; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120518/6757bc9d/attachment-0001.html>


More information about the macports-changes mailing list