[FriBidi-commit] fribidi INSTALL, 1.6, NONE Makefile.am, 1.37, 1.38 bootstrap, 1.12, 1.13 config.guess, 1.2, NONE config.sub, 1.2, NONE fribidi_types.c, 1.9, 1.10 fribidi_types.h, 1.21, 1.22 install-sh, 1.3, NONE ltmain.sh, 1.4, NONE missing, 1.1.1.1, NONE mkinstalldirs, 1.2, NONE

Behdad Esfahbod behdad at freedesktop.org
Wed Sep 21 14:51:17 PDT 2005


Update of /cvs/fribidi/fribidi
In directory gabe:/tmp/cvs-serv31388

Modified Files:
	Makefile.am bootstrap fribidi_types.c fribidi_types.h 
Removed Files:
	INSTALL config.guess config.sub install-sh ltmain.sh missing 
	mkinstalldirs 
Log Message:
Removed files that are generated from bootstrap.


--- INSTALL DELETED ---

Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi/Makefile.am,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Makefile.am	30 Jan 2004 20:25:11 -0000	1.37
+++ Makefile.am	21 Sep 2005 21:51:15 -0000	1.38
@@ -205,4 +205,20 @@
 
 DISTCLEANFILES = fribidi_tab_char_type_stamp
 
-MAINTAINERCLEANFILES = Makefile.in configure aclocal.m4 config.h.in
+MAINTAINERCLEANFILES = \
+		$(srcdir)/INSTALL \
+		$(srcdir)/aclocal.m4 \
+		$(srcdir)/autoscan.log \
+		$(srcdir)/compile \
+		$(srcdir)/config.guess \
+		$(srcdir)/config.h.in \
+		$(srcdir)/config.sub \
+		$(srcdir)/configure \
+		$(srcdir)/configure.scan \
+		$(srcdir)/depcomp \
+		$(srcdir)/install-sh \
+		$(srcdir)/ltmain.sh \
+		$(srcdir)/missing \
+		$(srcdir)/mkinstalldirs \
+		`find "$(srcdir)" -type f -name Makefile.in -print` \
+		`find "$(srcdir)" -type f -name "*~" -print`

Index: bootstrap
===================================================================
RCS file: /cvs/fribidi/fribidi/bootstrap,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- bootstrap	8 Mar 2002 15:21:30 -0000	1.12
+++ bootstrap	21 Sep 2005 21:51:15 -0000	1.13
@@ -1,6 +1,6 @@
 #! /bin/sh
-
-aclocal \
-&& autoheader \
-&& automake --add-missing \
-&& autoconf
+libtoolize --copy --force --automake &&
+aclocal --force &&
+autoheader --force &&
+automake --add-missing --copy --force &&
+autoconf --force

--- config.guess DELETED ---

--- config.sub DELETED ---

Index: fribidi_types.c
===================================================================
RCS file: /cvs/fribidi/fribidi/fribidi_types.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fribidi_types.c	30 Jan 2004 20:25:11 -0000	1.9
+++ fribidi_types.c	21 Sep 2005 21:51:15 -0000	1.10
@@ -119,10 +119,8 @@
 }
 
 /* Map fribidi_prop_types to fribidi_types. */
-static FriBidiCharType fribidi_prop_to_type_array[] = {
+const FriBidiCharType fribidi_prop_to_type[] = {
 #define _FRIBIDI_ADD_TYPE(TYPE) FRIBIDI_TYPE_##TYPE,
 #include "fribidi_types.i"
 #undef _FRIBIDI_ADD_TYPE
 };
-
-FriBidiCharType *fribidi_prop_to_type = fribidi_prop_to_type_array;

Index: fribidi_types.h
===================================================================
RCS file: /cvs/fribidi/fribidi/fribidi_types.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- fribidi_types.h	30 Jan 2004 20:25:11 -0000	1.21
+++ fribidi_types.h	21 Sep 2005 21:51:15 -0000	1.22
@@ -308,7 +308,7 @@
   };
 
 /* Map fribidi_prop_types to fribidi_types */
-  extern FriBidiCharType *fribidi_prop_to_type;
+  extern const FriBidiCharType fribidi_prop_to_type[];
 
 #ifdef	__cplusplus
 }

--- install-sh DELETED ---

--- ltmain.sh DELETED ---

--- missing DELETED ---

--- mkinstalldirs DELETED ---



More information about the fribidi-commit mailing list