unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9868: 24.0.90; autodepend: check environment before using `make'
@ 2011-10-25  9:57 Nali Toja
  2011-10-25 16:41 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Nali Toja @ 2011-10-25  9:57 UTC (permalink / raw)
  To: 9868

During build `make' may be available under an alternative name on
non-GNU systems. Try to use MAKE from environment like AC_PROG_MAKE_SET
before falling back to `make', ${MAKE} is already used for epaths.h.

At least, MAKE=gmake is used by FreeBSD/OpenBSD ports.

forwarding http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160986

=== modified file 'configure.in'
--- configure.in	2011-10-24 02:40:23 +0000
+++ configure.in	2011-10-25 09:10:22 +0000
@@ -1374,7 +1374,7 @@ dnl check for GNU Make if we have GCC an
 if test "$GCC" = yes && test "$ac_enable_autodepend" = yes; then
    AC_MSG_CHECKING([whether we are using GNU Make])
    HAVE_GNU_MAKE=no
-   testval=`make --version 2>/dev/null | grep 'GNU Make'`
+   testval=`${MAKE-make} --version 2>/dev/null | grep 'GNU Make'`
    if test "x$testval" != x; then
       HAVE_GNU_MAKE=yes
    else

--
In GNU Emacs 24.0.90.1 (amd64-portbld-freebsd9.9)
 of 2011-10-25 on hidden
configured using `configure  '--localstatedir=/var' '--without-x' '--without-dbus' '--without-gnutls' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd9.9' 'build_alias=amd64-portbld-freebsd9.9' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp''





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#9868: 24.0.90; autodepend: check environment before using `make'
  2011-10-25  9:57 bug#9868: 24.0.90; autodepend: check environment before using `make' Nali Toja
@ 2011-10-25 16:41 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2011-10-25 16:41 UTC (permalink / raw)
  To: 9868-done

Version: 24.0.91

Thanks; applied.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-25 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25  9:57 bug#9868: 24.0.90; autodepend: check environment before using `make' Nali Toja
2011-10-25 16:41 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).