Tizen 2.1 base
[apps/core/preloaded/gnome-common.git] / 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 REQUIRED_AUTOMAKE_VERSION=1.9
8
9 PKG_NAME="Gnome Common Macros"
10
11 (test -f $srcdir/configure.in \
12 ## put other tests here
13 ) || {
14     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
15     echo " top-level $PKG_NAME directory"
16     exit 1
17 }
18
19 . $srcdir/macros2/gnome-autogen.sh