summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-06-13 15:37:04 -0500
committerShaun McCance <shaunm@gnome.org>2010-06-13 15:37:04 -0500
commit45d7f79ee4456e0efc16b16902febf6c7765a396 (patch)
tree428de73440a3951346b63a17a3816a244708ba35 /autogen.sh
parent9ebf56aabd78e44e8b3ab92bdf6023e8c3a07b95 (diff)
downloadyelp-tools-45d7f79ee4456e0efc16b16902febf6c7765a396.tar.gz
Adding yelp.m4, changing build from gnome-doc-utils to yelp-tools
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 3 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
index 196c7ff..d3e9906 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,22 +5,17 @@ srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
abs_srcdir=`(cd $srcdir && pwd)`
-PKG_NAME="gnome-doc-utils"
+PKG_NAME="yelp-tools"
-(test -f $srcdir/configure.in \
- && test -f $srcdir/README \
- && test -d $srcdir/xslt) || {
+(test -f $srcdir/configure.ac && test -f $srcdir/tools/yelp.m4) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1
}
which gnome-autogen.sh || {
- echo "You need to install gnome-common from the GNOME CVS"
+ echo "You need to install gnome-common from the git.gnome.org"
exit 1
}
-# tools/ has gnome-doc-utils.m4 which is necessary to bootstrap g-d-u
-ACLOCAL_FLAGS="-I $abs_srcdir/tools $ACLOCAL_FLAGS"
-
REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh