]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac [$HAVE_NS]: Correct build instructions.
authorCharles A. Roelli <charles@aurox.ch>
Mon, 16 Jul 2018 18:36:31 +0000 (20:36 +0200)
committerCharles A. Roelli <charles@aurox.ch>
Mon, 16 Jul 2018 18:36:31 +0000 (20:36 +0200)
Running 'make install' to test a repo build on macOS used to
be required, but is no longer needed.

configure.ac

index 6613ce1eaaf3f7d9801de8a65fffffdc84eaf656..b6918671e409b767364c0db27cd7f9764d8da4cd 100644 (file)
@@ -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