[80220] trunk/base

jmr at macports.org jmr at macports.org
Thu Jul 7 00:18:33 PDT 2011


Revision: 80220
          http://trac.macports.org/changeset/80220
Author:   jmr at macports.org
Date:     2011-07-07 00:18:33 -0700 (Thu, 07 Jul 2011)
Log Message:
-----------
do tilde expansion on tcl package dir

Modified Paths:
--------------
    trunk/base/aclocal.m4
    trunk/base/configure

Modified: trunk/base/aclocal.m4
===================================================================
--- trunk/base/aclocal.m4	2011-07-07 06:30:05 UTC (rev 80219)
+++ trunk/base/aclocal.m4	2011-07-07 07:18:33 UTC (rev 80220)
@@ -335,7 +335,7 @@
 
 		# Set Tcl package directory to ~/Library/Tcl
 	    AC_MSG_CHECKING(for Tcl package directory)
-		ac_cv_c_tclpkgd="~$DSTUSR/Library/Tcl"
+		ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl`
 	    # Convert to a native path and substitute into the output files.
 	    PACKAGE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclpkgd}`
 	    TCL_PACKAGE_DIR=${PACKAGE_DIR_NATIVE}
@@ -646,7 +646,7 @@
 			        fi
 			    fi
 			elif test "$path" = "~/Library/Tcl"; then
-			    ac_cv_c_tclpkgd="~$DSTUSR/Library/Tcl"
+			    ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl`
 			    break
 			fi
 			done

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2011-07-07 06:30:05 UTC (rev 80219)
+++ trunk/base/configure	2011-07-07 07:18:33 UTC (rev 80220)
@@ -7742,7 +7742,7 @@
 		# Set Tcl package directory to ~/Library/Tcl
 	    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl package directory" >&5
 $as_echo_n "checking for Tcl package directory... " >&6; }
-		ac_cv_c_tclpkgd="~$DSTUSR/Library/Tcl"
+		ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl`
 	    # Convert to a native path and substitute into the output files.
 	    PACKAGE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclpkgd}`
 	    TCL_PACKAGE_DIR=${PACKAGE_DIR_NATIVE}
@@ -9205,7 +9205,7 @@
 			        fi
 			    fi
 			elif test "$path" = "~/Library/Tcl"; then
-			    ac_cv_c_tclpkgd="~$DSTUSR/Library/Tcl"
+			    ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl`
 			    break
 			fi
 			done
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110707/25216dec/attachment.html>


More information about the macports-changes mailing list