Changeset 79461
- Timestamp:
- 06/14/11 06:17:38 (4 years ago)
- Location:
- trunk/base
- Files:
-
- 2 edited
-
aclocal.m4 (modified) (1 diff)
-
configure (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/aclocal.m4
r79025 r79461 327 327 AC_MSG_RESULT([$DSTGRP]) 328 328 AC_SUBST(DSTGRP) 329 330 # Set run-user to current user 331 AC_MSG_CHECKING([for macports user]) 332 RUNUSR=`id -un` 333 AC_MSG_RESULT([$RUNUSR]) 334 AC_SUBST(RUNUSR) 329 335 330 336 # Set Tcl package directory to ~/Library/Tcl -
trunk/base/configure
r79241 r79461 648 648 MPAPPLICATIONSDIR 649 649 DSTMODE 650 TCL_PACKAGE_DIR 650 651 RUNUSR 651 TCL_PACKAGE_DIR652 652 DSTGRP 653 653 DSTUSR … … 7718 7718 7719 7719 7720 # Set run-user to current user 7721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for macports user" >&5 7722 $as_echo_n "checking for macports user... " >&6; } 7723 RUNUSR=`id -un` 7724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNUSR" >&5 7725 $as_echo "$RUNUSR" >&6; } 7726 7727 7720 7728 # Set Tcl package directory to ~/Library/Tcl 7721 7729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl package directory" >&5
Note: See TracChangeset
for help on using the changeset viewer.

