debian packaging
[gconf-editor] / autogen.sh
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
3
4 srcdir=`dirname $0`
5 test -z "$srcdir" && srcdir=.
6
7 PKG_NAME=gconf-editor
8
9 REQUIRED_AUTOMAKE_VERSION=1.9
10 REQUIRED_INTLTOOL_VERSION=0.40.0
11
12 if ! test -f $srcdir/src/gconf-editor-application.c; then
13   echo "**Error**: Directory '$srcdir' does not look like the gconf-edtior source directory"
14   exit 1
15 fi
16
17 which gnome-autogen.sh || {
18     echo "You need to install gnome-common from Gnome SVN"
19     exit 1
20 }
21
22 . gnome-autogen.sh