rpms/autoconf/devel autoconf-2.59-intrinsic.patch, 1.2, 1.3 autoconf.spec, 1.20, 1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 16 15:10:44 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/autoconf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5573

Modified Files:
	autoconf-2.59-intrinsic.patch autoconf.spec 
Log Message:
- try to link with libX11 instead of libXt

autoconf-2.59-intrinsic.patch:
 libs.m4 |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

Index: autoconf-2.59-intrinsic.patch
===================================================================
RCS file: /cvs/dist/rpms/autoconf/devel/autoconf-2.59-intrinsic.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- autoconf-2.59-intrinsic.patch	15 Feb 2006 11:14:01 -0000	1.2
+++ autoconf-2.59-intrinsic.patch	16 May 2006 15:10:17 -0000	1.3
@@ -1,6 +1,5 @@
-diff -urN autoconf-2.59/lib/autoconf/libs.m4 autoconf-2.59_new/lib/autoconf/libs.m4
---- autoconf-2.59/lib/autoconf/libs.m4	2003-05-22 14:05:13.000000000 +0200
-+++ autoconf-2.59_new/lib/autoconf/libs.m4	2006-02-06 10:17:56.000000000 +0100
+--- autoconf-2.59/lib/autoconf/libs.m4.mod-x	2003-05-22 14:05:13.000000000 +0200
++++ autoconf-2.59/lib/autoconf/libs.m4	2006-05-16 16:01:16.000000000 +0200
 @@ -259,13 +259,13 @@
  /usr/openwin/share/include'
  
@@ -18,12 +17,14 @@
      ac_x_includes=$ac_dir
      break
    fi
-@@ -278,8 +278,8 @@
+@@ -277,9 +277,9 @@
+   # See if we find them without any special options.
    # Don't add to $LIBS permanently.
    ac_save_LIBS=$LIBS
-   LIBS="-lXt $LIBS"
+-  LIBS="-lXt $LIBS"
 -  AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Intrinsic.h>],
 -				  [XtMalloc (0)])],
++  LIBS="-lX11 $LIBS"
 +  AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>],
 +				  [XrmInitialize ()])],
  		 [LIBS=$ac_save_LIBS


Index: autoconf.spec
===================================================================
RCS file: /cvs/dist/rpms/autoconf/devel/autoconf.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- autoconf.spec	15 Feb 2006 11:14:01 -0000	1.20
+++ autoconf.spec	16 May 2006 15:10:28 -0000	1.21
@@ -1,7 +1,7 @@
 Summary:	A GNU tool for automatically configuring source code.
 Name:		autoconf
 Version:	2.59
-Release:    7
+Release:    8
 License:	GPL
 Group:		Development/Tools
 Source:		http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
@@ -31,7 +31,7 @@
 
 %prep
 %setup -q -n autoconf-%{version}
-%patch0 -p1
+%patch0 -p1 -b .mod-x
 
 %build
 %configure
@@ -69,6 +69,9 @@
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
 
 %changelog
+* Tue May 16 2006 Karsten Hopp <karsten at redhat.de> 2.59-8
+- try to link with libX11 instead of libXt
+
 * Wed Feb 15 2006 Karsten Hopp <karsten at redhat.de> 2.59-7
 - XrmInitialize takes no argument (#181340)
 




More information about the fedora-cvs-commits mailing list