[cairo-commit] cairo-java ChangeLog,1.77,1.78 autogen.sh,1.4,1.5
Igor Foox
commit at pdx.freedesktop.org
Wed Oct 5 08:41:44 PDT 2005
- Previous message: [cairo-commit] roadster/src Makefile.am, 1.23, 1.24 db.c, 1.32,
1.33 db.h, 1.14, 1.15 import_tiger.c, 1.21, 1.22 main.c, 1.32,
1.33 main.h, 1.5, 1.6 mainwindow.c, 1.48, 1.49 map.c, 1.51,
1.52 map.h, 1.25, 1.26 map_draw_cairo.c, 1.27,
1.28 map_draw_cairo.h, 1.1, 1.2 map_draw_gdk.c, 1.25,
1.26 map_draw_gdk.h, 1.1, 1.2 map_style.c, 1.4, 1.5 map_tile.c,
1.2, NONE map_tile.h, 1.1, NONE map_tilemanager.c, NONE,
1.1 map_tilemanager.h, NONE, 1.1 road.c, 1.8,
1.9 scenemanager.c, 1.15, 1.16 scenemanager.h, 1.7,
1.8 search_road.c, 1.28, 1.29
- Next message: [cairo-commit] rcairo ChangeLog,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ifoox
Update of /cvs/cairo/cairo-java
In directory gabe:/tmp/cvs-serv11730
Modified Files:
ChangeLog autogen.sh
Log Message:
* autogen.sh: Replaced aclocal with $ACLOCAL.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-java/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- ChangeLog 4 Oct 2005 18:57:01 -0000 1.77
+++ ChangeLog 5 Oct 2005 15:41:42 -0000 1.78
@@ -1,3 +1,7 @@
+2005-10-05 Igor Foox <ifoox at redhat.com>
+
+ * autogen.sh: Replaced aclocal with $ACLOCAL.
+
2005-10-04 Andrew Cowie <andrew at operationaldynamics.com>
* configure.ac:
Index: autogen.sh
===================================================================
RCS file: /cvs/cairo/cairo-java/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- autogen.sh 13 Sep 2005 03:14:10 -0000 1.4
+++ autogen.sh 5 Oct 2005 15:41:42 -0000 1.5
@@ -69,7 +69,7 @@
libtoolize --force || exit $?
JAVAGNOME_MACROS=`pkg-config --variable macro_dir glib-java`
-aclocal -I $JAVAGNOME_MACROS
+$ACLOCAL -I $JAVAGNOME_MACROS
$AUTOMAKE --add-missing || exit $?
- Previous message: [cairo-commit] roadster/src Makefile.am, 1.23, 1.24 db.c, 1.32,
1.33 db.h, 1.14, 1.15 import_tiger.c, 1.21, 1.22 main.c, 1.32,
1.33 main.h, 1.5, 1.6 mainwindow.c, 1.48, 1.49 map.c, 1.51,
1.52 map.h, 1.25, 1.26 map_draw_cairo.c, 1.27,
1.28 map_draw_cairo.h, 1.1, 1.2 map_draw_gdk.c, 1.25,
1.26 map_draw_gdk.h, 1.1, 1.2 map_style.c, 1.4, 1.5 map_tile.c,
1.2, NONE map_tile.h, 1.1, NONE map_tilemanager.c, NONE,
1.1 map_tilemanager.h, NONE, 1.1 road.c, 1.8,
1.9 scenemanager.c, 1.15, 1.16 scenemanager.h, 1.7,
1.8 search_road.c, 1.28, 1.29
- Next message: [cairo-commit] rcairo ChangeLog,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list