diff options
| author | Joakim Verona | 2011-10-26 13:50:37 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-10-26 13:50:37 +0200 |
| commit | fa25a460d09ba56885d47ddd46d168eba6afdc6e (patch) | |
| tree | c4e260dfdc215bb8a88a9b8d1b08540392ce681c /autogen | |
| parent | c591741609839575d7e0353a180b8eeb3e422fe1 (diff) | |
| parent | 3d0788a9a28c10b49217107b71d4ece9eee0f28d (diff) | |
| download | emacs-fa25a460d09ba56885d47ddd46d168eba6afdc6e.tar.gz emacs-fa25a460d09ba56885d47ddd46d168eba6afdc6e.zip | |
upstream
Diffstat (limited to 'autogen')
| -rwxr-xr-x | autogen/configure | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/autogen/configure b/autogen/configure index cd68832a547..979aafc60ff 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -9509,7 +9509,7 @@ if test "$GCC" = yes && test "$ac_enable_autodepend" = yes; then | |||
| 9509 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU Make" >&5 | 9509 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using GNU Make" >&5 |
| 9510 | $as_echo_n "checking whether we are using GNU Make... " >&6; } | 9510 | $as_echo_n "checking whether we are using GNU Make... " >&6; } |
| 9511 | HAVE_GNU_MAKE=no | 9511 | HAVE_GNU_MAKE=no |
| 9512 | testval=`make --version 2>/dev/null | grep 'GNU Make'` | 9512 | testval=`${MAKE-make} --version 2>/dev/null | grep 'GNU Make'` |
| 9513 | if test "x$testval" != x; then | 9513 | if test "x$testval" != x; then |
| 9514 | HAVE_GNU_MAKE=yes | 9514 | HAVE_GNU_MAKE=yes |
| 9515 | else | 9515 | else |
| @@ -10529,7 +10529,8 @@ fi | |||
| 10529 | if test "$HAVE_PTHREAD" = yes; then | 10529 | if test "$HAVE_PTHREAD" = yes; then |
| 10530 | case "${canonical}" in | 10530 | case "${canonical}" in |
| 10531 | *-hpux*) ;; | 10531 | *-hpux*) ;; |
| 10532 | *) LIB_PTHREAD="-lpthread" ;; | 10532 | *) LIB_PTHREAD="-lpthread" |
| 10533 | LIBS="$LIB_PTHREAD $LIBS" ;; | ||
| 10533 | esac | 10534 | esac |
| 10534 | 10535 | ||
| 10535 | $as_echo "#define HAVE_PTHREAD 1" >>confdefs.h | 10536 | $as_echo "#define HAVE_PTHREAD 1" >>confdefs.h |
| @@ -24302,14 +24303,14 @@ echo | |||
| 24302 | 24303 | ||
| 24303 | if test "$HAVE_NS" = "yes"; then | 24304 | if test "$HAVE_NS" = "yes"; then |
| 24304 | echo | 24305 | echo |
| 24305 | echo "You must run \"make install\" in order to test the built application. | 24306 | echo "You must run \"${MAKE-make} install\" in order to test the built application. |
| 24306 | The installed application will go to nextstep/Emacs.app and can be | 24307 | The installed application will go to nextstep/Emacs.app and can be |
| 24307 | run or moved from there." | 24308 | run or moved from there." |
| 24308 | if test "$EN_NS_SELF_CONTAINED" = "yes"; then | 24309 | if test "$EN_NS_SELF_CONTAINED" = "yes"; then |
| 24309 | echo "The application will be fully self-contained." | 24310 | echo "The application will be fully self-contained." |
| 24310 | else | 24311 | else |
| 24311 | echo "The lisp resources for the application will be installed under ${prefix}. | 24312 | echo "The lisp resources for the application will be installed under ${prefix}. |
| 24312 | You may need to run \"make install\" with sudo. The application will fail | 24313 | You may need to run \"${MAKE-make} install\" with sudo. The application will fail |
| 24313 | to run if these resources are not installed." | 24314 | to run if these resources are not installed." |
| 24314 | fi | 24315 | fi |
| 24315 | echo | 24316 | echo |