[cairo-commit] roadster ChangeLog,1.5,1.6 autogen.sh,NONE,1.1
Ian McIntosh
commit at pdx.freedesktop.org
Sat Feb 19 05:39:16 PST 2005
- Previous message: [cairo-commit] roadster .cvsignore, 1.2, 1.3 ChangeLog, 1.4,
1.5 config.h.in, 1.2, 1.3
- Next message: [cairo-commit] roadster/src db.c, 1.2, 1.3 import_tiger.c, 1.1.1.1,
1.2 importwindow.c, 1.1.1.1, 1.2 layers.c, 1.1.1.1, 1.2 map.c,
1.1.1.1, 1.2 search_road.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ian
Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv23568
Modified Files:
ChangeLog
Added Files:
autogen.sh
Log Message:
Added autogen.sh.
Added autogen.sh
Added autogen.sh.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog 18 Feb 2005 21:52:06 -0000 1.5
+++ ChangeLog 19 Feb 2005 13:39:14 -0000 1.6
@@ -1,3 +1,7 @@
+2005-02-19 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
+
+ * autogen.sh: Add autogen.sh.
+
2005-02-18 Carl Worth <cworth at cworth.org>
* .cvsignore: Ignore config.h.in.
--- NEW FILE: autogen.sh ---
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
if test -z "$GNOME2_DIR" ; then
GNOME_COMMON_DATADIR="/usr/share"
else
GNOME_COMMON_DATADIR="$GNOME2_DIR/share"
fi
GNOME_COMMON_MACROS_DIR="macros"
export GNOME_COMMON_DATADIR
export GNOME_COMMON_MACROS_DIR
ACLOCAL_FLAGS="-I $GNOME_COMMON_MACROS_DIR $ACLOCAL_FLAGS"
export ACLOCAL_FLAGS
PKG_NAME="the package"
. $srcdir/$GNOME_COMMON_MACROS_DIR/autogen.sh
- Previous message: [cairo-commit] roadster .cvsignore, 1.2, 1.3 ChangeLog, 1.4,
1.5 config.h.in, 1.2, 1.3
- Next message: [cairo-commit] roadster/src db.c, 1.2, 1.3 import_tiger.c, 1.1.1.1,
1.2 importwindow.c, 1.1.1.1, 1.2 layers.c, 1.1.1.1, 1.2 map.c,
1.1.1.1, 1.2 search_road.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list