FreeBSD Bugzilla – Attachment 118691 Details for
Bug 160986
[patch] editors/emacs-devel: use autodepend
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 1009 bytes, created by
h h
on 2011-09-24 19:20:09 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
h h
Created:
2011-09-24 19:20:09 UTC
Size:
1009 bytes
patch
obsolete
>Index: editors/emacs-devel/files/patch-configure.in >=================================================================== >RCS file: /a/.csup/ports/editors/emacs-devel/files/patch-configure.in,v >retrieving revision 1.8 >diff -u -p -r1.8 patch-configure.in >--- editors/emacs-devel/files/patch-configure.in 8 Aug 2011 14:32:54 -0000 1.8 >+++ editors/emacs-devel/files/patch-configure.in 24 Sep 2011 18:05:34 -0000 >@@ -44,3 +44,12 @@ $FreeBSD: ports/editors/emacs-devel/file > case "$opsys" in > dnl defined __FreeBSD__ || defined __NetBSD__ || defined __linux__ > gnu-linux|freebsd|netbsd) >+@@ -1369,7 +1340,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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 160986
: 118691