emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106197: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106197: Auto-commit of generated files.
Date: Wed, 26 Oct 2011 06:19:17 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106197
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-10-26 06:19:17 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/configure
=== modified file 'autogen/configure'
--- a/autogen/configure 2011-10-24 10:18:38 +0000
+++ b/autogen/configure 2011-10-26 10:19:17 +0000
@@ -9360,7 +9360,7 @@
    { $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 @@
 
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]