X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=7e084028f51ff31957193a2c0aee9b4b417a6c80;hb=34f89e89320f83ec38ebf7257ddfe4d4a84b7cf0;hp=0000000000000000000000000000000000000000;hpb=3a0d577474f47cb857051247625d9fb7911d0f50;p=gconf-editor diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..7e08402 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,22 @@ +#!/bin/sh +# Run this to generate all the initial makefiles, etc. + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +PKG_NAME=gconf-editor + +REQUIRED_AUTOMAKE_VERSION=1.9 +REQUIRED_INTLTOOL_VERSION=0.40.0 + +if ! test -f $srcdir/src/gconf-editor-application.c; then + echo "**Error**: Directory '$srcdir' does not look like the gconf-edtior source directory" + exit 1 +fi + +which gnome-autogen.sh || { + echo "You need to install gnome-common from Gnome SVN" + exit 1 +} + +. gnome-autogen.sh