aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-10-26 06:19:17 -0400
committerGlenn Morris2011-10-26 06:19:17 -0400
commit3d0788a9a28c10b49217107b71d4ece9eee0f28d (patch)
tree57b5b8f010586f468d4e293455e59a74bffcd615
parent49964155e29a676d4e6ad9a982011c11a6589a3d (diff)
downloademacs-3d0788a9a28c10b49217107b71d4ece9eee0f28d.tar.gz
emacs-3d0788a9a28c10b49217107b71d4ece9eee0f28d.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen/configure b/autogen/configure
index fceca6c0bec..5e31231ac3d 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -9360,7 +9360,7 @@ if test "$GCC" = yes && test "$ac_enable_autodepend" = yes; then
9360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU Make" >&5 9360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU Make" >&5
9361$as_echo_n "checking whether we are using GNU Make... " >&6; } 9361$as_echo_n "checking whether we are using GNU Make... " >&6; }
9362 HAVE_GNU_MAKE=no 9362 HAVE_GNU_MAKE=no
9363 testval=`make --version 2>/dev/null | grep 'GNU Make'` 9363 testval=`${MAKE-make} --version 2>/dev/null | grep 'GNU Make'`
9364 if test "x$testval" != x; then 9364 if test "x$testval" != x; then
9365 HAVE_GNU_MAKE=yes 9365 HAVE_GNU_MAKE=yes
9366 else 9366 else
@@ -22445,14 +22445,14 @@ echo
22445 22445
22446if test "$HAVE_NS" = "yes"; then 22446if test "$HAVE_NS" = "yes"; then
22447 echo 22447 echo
22448 echo "You must run \"make install\" in order to test the built application. 22448 echo "You must run \"${MAKE-make} install\" in order to test the built application.
22449The installed application will go to nextstep/Emacs.app and can be 22449The installed application will go to nextstep/Emacs.app and can be
22450run or moved from there." 22450run or moved from there."
22451 if test "$EN_NS_SELF_CONTAINED" = "yes"; then 22451 if test "$EN_NS_SELF_CONTAINED" = "yes"; then
22452 echo "The application will be fully self-contained." 22452 echo "The application will be fully self-contained."
22453 else 22453 else
22454 echo "The lisp resources for the application will be installed under ${prefix}. 22454 echo "The lisp resources for the application will be installed under ${prefix}.
22455You may need to run \"make install\" with sudo. The application will fail 22455You may need to run \"${MAKE-make} install\" with sudo. The application will fail
22456to run if these resources are not installed." 22456to run if these resources are not installed."
22457 fi 22457 fi
22458 echo 22458 echo