diff options
author | Glenn Morris <rgm@gnu.org> | 2011-10-26 06:19:17 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-10-26 06:19:17 -0400 |
commit | 3d0788a9a28c10b49217107b71d4ece9eee0f28d (patch) | |
tree | 57b5b8f010586f468d4e293455e59a74bffcd615 /autogen | |
parent | 49964155e29a676d4e6ad9a982011c11a6589a3d (diff) | |
download | emacs-3d0788a9a28c10b49217107b71d4ece9eee0f28d.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rwxr-xr-x | autogen/configure | 6 |
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU Make" >&5 $as_echo_n "checking whether we are using GNU Make... " >&6; } HAVE_GNU_MAKE=no - testval=`make --version 2>/dev/null | grep 'GNU Make'` + testval=`${MAKE-make} --version 2>/dev/null | grep 'GNU Make'` if test "x$testval" != x; then HAVE_GNU_MAKE=yes else @@ -22445,14 +22445,14 @@ echo if test "$HAVE_NS" = "yes"; then echo - echo "You must run \"make install\" in order to test the built application. + echo "You must run \"${MAKE-make} install\" in order to test the built application. The installed application will go to nextstep/Emacs.app and can be run or moved from there." if test "$EN_NS_SELF_CONTAINED" = "yes"; then echo "The application will be fully self-contained." else echo "The lisp resources for the application will be installed under ${prefix}. -You may need to run \"make install\" with sudo. The application will fail +You may need to run \"${MAKE-make} install\" with sudo. The application will fail to run if these resources are not installed." fi echo |