yelp-mallard-document: Pass all extensions into the cache
[yelp.git] / autogen.sh
blob7b831d67a75a8db443c2d40ced18aa2e820e356c
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
4 srcdir=`dirname $0`
5 test -z "$srcdir" && srcdir=.
7 PKG_NAME=Yelp
9 if ! test -f $srcdir/src/yelp.c; then
10 echo "**Error**: Directory '$srcdir' does not look like the yelp source directory"
11 exit 1
14 which gnome-autogen.sh || {
15 echo "You need to install gnome-common package"
16 exit 1
19 USE_GNOME2_MACROS=1 . gnome-autogen.sh