[FriBidi-commit] fribidi AUTHORS, 1.3, 1.4 TODO, 1.14, 1.15 configure.ac, 1.16, 1.17

Behdad Esfahbod behdad at pdx.freedesktop.org
Sat Jul 3 04:36:17 PDT 2004


Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv9449

Modified Files:
	AUTHORS TODO configure.ac 
Log Message:
Here and there fixes, found by trying to compile on sf.net Compile Farm!


Index: AUTHORS
===================================================================
RCS file: /cvs/fribidi/fribidi/AUTHORS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- AUTHORS	31 May 2004 18:43:26 -0000	1.3
+++ AUTHORS	3 Jul 2004 11:36:14 -0000	1.4
@@ -1,4 +1,4 @@
-behdad:Behdad Esfahbod  <behdad at gnu.org>
+behdad: Behdad Esfahbod <behdad at gnu.org>
 #
 # Behdad Esfahbod is the only one that actually codes these days.  He
 # maintains it himself too.  He has revised all code written by anyone else,
@@ -7,7 +7,7 @@
 # implements, documents, maintains, all alone... :'-(.
 #
 
-dov-g:Dov Grobgeld  <dov at imagic.weizmann.ac.il>
+dov-g: Dov Grobgeld <dov at imagic.weizmann.ac.il>
 #
 # Dov Grobgeld originally wrote FriBidi.  The 0.1.* versions are all comletely
 # done by Dov.  After that, he almost never touched the code, but contributed
@@ -15,7 +15,7 @@
 # author in the header of the file.
 #
 
-#roozbeh:Roozbeh Pournader  <roozbeh at gnu.org>
+#roozbeh: Roozbeh Pournader <roozbeh at gnu.org>
 #
 # Roozbeh Pournader actually didn't contributed much code to GNU FriBidi; but
 # he has promoted and psychologically supported the project.  He has helped

Index: TODO
===================================================================
RCS file: /cvs/fribidi/fribidi/TODO,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- TODO	3 Jul 2004 01:45:08 -0000	1.14
+++ TODO	3 Jul 2004 11:36:15 -0000	1.15
@@ -47,9 +47,6 @@
   cleanup stuff if asked to fail on memory allocation failure (xmalloc).  When
   this is done, FRIBIDI_GNUC_WARN_UNUSEDS can be turned off conditionally.
 
-* Fix cvs2cl bug with spacing around author names read with -U option.  Then
-  fix spacing in AUTHORS.
-
 * Generate HTML and DVI documentation.
 
 * Rewrite fribidi.spec.in

Index: configure.ac
===================================================================
RCS file: /cvs/fribidi/fribidi/configure.ac,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- configure.ac	15 Jun 2004 11:52:02 -0000	1.16
+++ configure.ac	3 Jul 2004 11:36:15 -0000	1.17
@@ -103,7 +103,7 @@
 # Checks for header files.
 AC_HEADER_STDC
 AC_HEADER_TIME
-AC_CHECK_HEADERS([stdlib.h string.h strings.h inttypes.h stdbool.h wchar.h sys/times.h asm/page.h])
+AC_CHECK_HEADERS([stdlib.h string.h strings.h inttypes.h wchar.h sys/times.h asm/page.h])
 
 # Checks for typedefs and structures.
 AC_C_CONST
@@ -178,16 +178,17 @@
               AC_HELP_STRING([--with-glib=@<:@no/auto/yes@:>@],
                              [use Glib @<:@default=auto@:>@]))
 GLIB_PACKAGE=glib-2.0
+GLIB_MINVERSION=2.4
 GLIB_LIBS=
 GLIB_CFLAGS=
 if test x$with_glib = xyes; then
-	PKG_CHECK_MODULES(GLIB,$GLIB_PACKAGE)
+	PKG_CHECK_MODULES(GLIB,$GLIB_PACKAGE >= $GLIB_MINVERSION)
 	FRIBIDI_USE_GLIB=1
 else
 if test x$with_glib = xno; then
 	FRIBIDI_USE_GLIB=0
 else
-	PKG_CHECK_MODULES(GLIB,$GLIB_PACKAGE,
+	PKG_CHECK_MODULES(GLIB,$GLIB_PACKAGE >= $GLIB_MINVERSION,
 		FRIBIDI_USE_GLIB=1,
 		FRIBIDI_USE_GLIB=0)
 fi
@@ -201,7 +202,7 @@
 
 MISC_CFLAGS="$GLIB_CFLAGS"
 MISC_LIBS="$GLIB_LIBS"
-MISC_PACKAGES="$GLIB_PACKAGES"
+MISC_PACKAGES="$GLIB_PACKAGE"
 AC_SUBST(MISC_CFLAGS)
 AC_SUBST(MISC_LIBS)
 AC_SUBST(MISC_PACKAGES)




More information about the FriBidi-Commit mailing list