emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106191: * configure.in: Respect MAKE


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106191: * configure.in: Respect MAKE env-var. (Bug#9868, part 2)
Date: Tue, 25 Oct 2011 13:46:31 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106191
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2011-10-25 13:46:31 -0700
message:
  * configure.in: Respect MAKE env-var.  (Bug#9868, part 2)
modified:
  configure.in
=== modified file 'configure.in'
--- a/configure.in      2011-10-25 16:41:26 +0000
+++ b/configure.in      2011-10-25 20:46:31 +0000
@@ -3740,14 +3740,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]