emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master d45b2a3: * configure.ac [$HAVE_NS]: Correct build i


From: Charles A. Roelli
Subject: [Emacs-diffs] master d45b2a3: * configure.ac [$HAVE_NS]: Correct build instructions.
Date: Mon, 16 Jul 2018 14:28:51 -0400 (EDT)

branch: master
commit d45b2a31ca1181e8ee6d177e2e48669746ebbb79
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    * configure.ac [$HAVE_NS]: Correct build instructions.
    
    Running 'make install' to test a repo build on macOS used to
    be required, but is no longer needed.
---
 configure.ac | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6613ce1..b691867 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5468,9 +5468,10 @@ echo
 
 if test "$HAVE_NS" = "yes"; then
    echo
-   AS_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."])
+   AS_ECHO(["Run '${MAKE-make}' to build Emacs, then run 'src/emacs' to test 
it.
+Run '${MAKE-make} install' in order to build an application bundle.
+The 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



reply via email to

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