diff options
| author | Charles A. Roelli | 2018-07-16 20:36:31 +0200 |
|---|---|---|
| committer | Charles A. Roelli | 2018-07-16 20:36:31 +0200 |
| commit | d45b2a31ca1181e8ee6d177e2e48669746ebbb79 (patch) | |
| tree | 51522023b73489537dc8b821bfa75b5b9b177c7c | |
| parent | 46d7c786324f98e73b7615fbc9515ce9a14fa5d4 (diff) | |
| download | emacs-d45b2a31ca1181e8ee6d177e2e48669746ebbb79.tar.gz emacs-d45b2a31ca1181e8ee6d177e2e48669746ebbb79.zip | |
* 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.
| -rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6613ce1eaaf..b6918671e40 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -5468,9 +5468,10 @@ echo | |||
| 5468 | 5468 | ||
| 5469 | if test "$HAVE_NS" = "yes"; then | 5469 | if test "$HAVE_NS" = "yes"; then |
| 5470 | echo | 5470 | echo |
| 5471 | AS_ECHO(["You must run \"${MAKE-make} install\" in order to test the built application. | 5471 | AS_ECHO(["Run '${MAKE-make}' to build Emacs, then run 'src/emacs' to test it. |
| 5472 | The installed application will go to nextstep/Emacs.app and can be | 5472 | Run '${MAKE-make} install' in order to build an application bundle. |
| 5473 | run or moved from there."]) | 5473 | The application will go to nextstep/Emacs.app and can be run or moved |
| 5474 | from there."]) | ||
| 5474 | if test "$EN_NS_SELF_CONTAINED" = "yes"; then | 5475 | if test "$EN_NS_SELF_CONTAINED" = "yes"; then |
| 5475 | echo "The application will be fully self-contained." | 5476 | echo "The application will be fully self-contained." |
| 5476 | else | 5477 | else |