[FriBidi-commit] fribidi .indent.pro, 1.2, 1.3 TODO, 1.5,
1.6 bootstrap, 1.1.1.1, 1.2
Behdad Esfahbod
behdad at pdx.freedesktop.org
Wed May 12 00:06:23 PDT 2004
Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv7241
Modified Files:
.indent.pro TODO bootstrap
Log Message:
Updated the gen.tab to work again. Other fixes here and there.
Index: .indent.pro
===================================================================
RCS file: /cvs/fribidi/fribidi/.indent.pro,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/.indent.pro 3 May 2004 22:05:19 -0000 1.2
+++ b/.indent.pro 12 May 2004 07:06:21 -0000 1.3
@@ -1,6 +1,7 @@
-gnu
-bfda
-bfde
+-T FILE
-T LevelInfo
-T FriBidiChar
-T FriBidiStrIndex
Index: TODO
===================================================================
RCS file: /cvs/fribidi/fribidi/TODO,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/TODO 7 May 2004 06:30:37 -0000 1.5
+++ b/TODO 12 May 2004 07:06:21 -0000 1.6
@@ -1,5 +1,7 @@
Implementation issues:
+* Better bootstrap script: steal from GNOME autogen.sh.
+
* Test ./configure without pkg-config installed.
* Update all files headers/footers. For c/h files, lib/fribidi-mirroring.[ch]
Index: bootstrap
===================================================================
RCS file: /cvs/fribidi/fribidi/bootstrap,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/bootstrap 25 Apr 2004 18:47:56 -0000 1.1.1.1
+++ b/bootstrap 12 May 2004 07:06:21 -0000 1.2
@@ -102,7 +102,8 @@
if test -n "$MAKE"; then
if test -f ./configure; then
- $DRYRUN ./configure $HELP $VERSION || exit 1
+ $DRYRUN ./configure $HELP $VERSION \
+ --enable-maintainer-mode --enable-compile-warnings || exit 1
fi
if test -f Makefile; then
$DRYRUN make || exit 1
More information about the FriBidi-Commit
mailing list