[SCM] GNU Autoconf source repository branch, master, updated. v2.63b-43-g80e6269

"Ralf Wildenhues" <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=80e62691c97560f27fcafc8e08aaf2e9f75cfabc

The branch, master has been updated
       via  80e62691c97560f27fcafc8e08aaf2e9f75cfabc (commit)
      from  b26d51caf989d23748e4d32ecb938ce838902b74 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 80e62691c97560f27fcafc8e08aaf2e9f75cfabc
Author: Patrick Welche <[email protected]>
Date:   Mon May 11 20:34:09 2009 +0200

    Also try X11R7 when looking for X11 files, for NetBSD.
    
    * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Also try directories
    with X11R7 in the name.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog            |    6 ++++++
 lib/autoconf/libs.m4 |    4 ++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 625bfc9..e6e8892 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-11  Patrick Welche  <[email protected]>  (tiny change)
+
+	Also try X11R7 when looking for X11 files, for NetBSD.
+	* lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Also try directories
+	with X11R7 in the name.
+
 2009-05-01  Ralf Wildenhues  <[email protected]>
 
 	Limit stderr logging for C compiler version.
diff --git a/lib/autoconf/libs.m4 b/lib/autoconf/libs.m4
index cbc4218..8f7729b 100644
--- a/lib/autoconf/libs.m4
+++ b/lib/autoconf/libs.m4
@@ -236,21 +236,25 @@ m4_define([_AC_PATH_X_DIRECT],
 # Check X11 before X11Rn because it is often a symlink to the current release.
 ac_x_header_dirs='
 /usr/X11/include
+/usr/X11R7/include
 /usr/X11R6/include
 /usr/X11R5/include
 /usr/X11R4/include
 
 /usr/include/X11
+/usr/include/X11R7
 /usr/include/X11R6
 /usr/include/X11R5
 /usr/include/X11R4
 
 /usr/local/X11/include
+/usr/local/X11R7/include
 /usr/local/X11R6/include
 /usr/local/X11R5/include
 /usr/local/X11R4/include
 
 /usr/local/include/X11
+/usr/local/include/X11R7
 /usr/local/include/X11R6
 /usr/local/include/X11R5
 /usr/local/include/X11R4


hooks/post-receive
-- 
GNU Autoconf source repository
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.