autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-412


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-412-gb8c342a
Date: Fri, 28 Mar 2008 21:34:21 +0000

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=b8c342a6c0794d9751d6a67907d7657a4499ad85

The branch, master has been updated
       via  b8c342a6c0794d9751d6a67907d7657a4499ad85 (commit)
      from  dbbf784c687f0b6e239df6ba2eecad2915ef76ae (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 b8c342a6c0794d9751d6a67907d7657a4499ad85
Author: Peter O'Gorman <address@hidden>
Date:   Fri Mar 28 12:37:23 2008 -0500

    Find X11 on Mac OS X too.
    
    * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT,_AC_PATH_X_XMKMF):
    Check for libX11 with extensions dylib la and dll too.
    * THANKS: Update.
    Reported by Martin Costabel.

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

Summary of changes:
 ChangeLog            |    8 ++++++++
 THANKS               |    1 +
 lib/autoconf/libs.m4 |    6 +++---
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a868e45..26d2d4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-28  Peter O'Gorman  <address@hidden>
+
+       Find X11 on Mac OS X too.
+       * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT,_AC_PATH_X_XMKMF):
+       Check for libX11 with extensions dylib la and dll too.
+       * THANKS: Update.
+       Reported by Martin Costabel.
+
 2008-03-28  Eric Blake  <address@hidden>
 
        Update TODO based on completed tasks.
diff --git a/THANKS b/THANKS
index c6b5f4c..bc6dca2 100644
--- a/THANKS
+++ b/THANKS
@@ -212,6 +212,7 @@ Mark Kettenis               address@hidden
 Markku Savela               address@hidden
 Markus Oberhumer            address@hidden
 Martin Buchholz             address@hidden
+Martin Costabel             address@hidden
 Martin Frydl                address@hidden
 Martin Koeppe               address@hidden
 Martin Mokrejs              address@hidden
diff --git a/lib/autoconf/libs.m4 b/lib/autoconf/libs.m4
index 37c0952..ca05c4c 100644
--- a/lib/autoconf/libs.m4
+++ b/lib/autoconf/libs.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for libraries.
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -201,7 +201,7 @@ _ACEOF
       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 
's/^$ac_var=//p'\`"
     done
     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
-    for ac_extension in a so sl; do
+    for ac_extension in a so sl dylib la dll; do
       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
         test -f "$ac_im_libdir/libX11.$ac_extension"; then
        ac_im_usrlibdir=$ac_im_libdir; break
@@ -296,7 +296,7 @@ ac_x_libraries=],
 for ac_dir in `AS_ECHO(["$ac_x_includes $ac_x_header_dirs"]) | sed 
s/include/lib/g`
 do
   # Don't even attempt the hair of trying to link an X program!
-  for ac_extension in a so sl; do
+  for ac_extension in a so sl dylib la dll; do
     if test -r "$ac_dir/libX11.$ac_extension"; then
       ac_x_libraries=$ac_dir
       break 2


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]