1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/gst-gpac/autogen.sh Thu Feb 21 17:44:16 2008 +0000
1.3 @@ -0,0 +1,20 @@
1.4 +#!/bin/sh
1.5 +# Run this to generate all the initial makefiles, etc.
1.6 +
1.7 +srcdir=`dirname $0`
1.8 +test -z "$srcdir" && srcdir=.
1.9 +
1.10 +PKG_NAME="gstreamer elements"
1.11 +
1.12 +(test -f $srcdir/configure.ac) || {
1.13 + echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
1.14 + echo " top-level $PKG_NAME directory"
1.15 + exit 1
1.16 +}
1.17 +
1.18 +which gnome-autogen.sh || {
1.19 + echo "You need to install gnome-common from the GNOME CVS"
1.20 + exit 1
1.21 +}
1.22 +ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4"
1.23 +REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh