[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


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




More information about the cairo-commit mailing list