[Xbubble-commits] xbubble ChangeLog,1.5,1.6 configure.ac,1.3,1.4

Martin Quinson mquinson at alioth.debian.org
Fri May 12 22:11:35 UTC 2006


Update of /cvsroot/xbubble/xbubble
In directory haydn:/tmp/cvs-serv1614

Modified Files:
	ChangeLog configure.ac 
Log Message:
Version 0.5.11.2: Let the configure use the right flags for X11R7

Index: configure.ac
===================================================================
RCS file: /cvsroot/xbubble/xbubble/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure.ac	6 Jan 2006 08:04:55 -0000	1.3
+++ configure.ac	12 May 2006 22:11:32 -0000	1.4
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to create configure.
 AC_INIT(README)
-AM_INIT_AUTOMAKE(xbubble,0.5.11)
+AM_INIT_AUTOMAKE(xbubble,0.5.11.2)
 AM_CONFIG_HEADER([src/config.h])
 
 dnl Checks for programs.
@@ -28,7 +28,9 @@
 if test x"$x_includes" != x; then
   CPPFLAGS="$CPPFLAGS -I$x_includes"
 fi
-LIBS="-L$x_libraries $LIBS"
+if test x"$x_libraries" != x; then
+  LIBS="-L$x_libraries $LIBS"
+fi
 AC_CHECK_LIB(X11, XOpenDisplay,,[AC_MSG_ERROR([cannot find libX11 !])])
 
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/xbubble/xbubble/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog	21 Mar 2006 23:32:25 -0000	1.5
+++ ChangeLog	12 May 2006 22:11:32 -0000	1.6
@@ -1,3 +1,8 @@
+2006-05-13   Martin Quinson (mquinson::debian.org)
+
+	* Version 0.5.11.2
+	* Let the configure use the right flags for X11R7
+	
 2006-03-22   Martin Quinson (mquinson::debian.org)
 
 	* Version 0.5.11.1




More information about the Xbubble-commits mailing list