From 91c5085c6e755768ffb2b9e4acecd18bd361f727 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 11 Nov 2008 09:31:16 -0500 Subject: fix up deps and build system --- autogen.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index d932c34..c098d33 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,8 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. +touch ChangeLog + srcdir=`dirname $0` test -z "$srcdir" && srcdir=. @@ -29,6 +31,14 @@ DIE=0 } } +(gtkdocize --flavour no-tmpl) < /dev/null > /dev/null 2>&1 || { + echo + echo "You must have gtk-doc installed to compile $PROJECT." + echo "Install the appropriate package for your distribution," + echo "or get the source tarball at http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/" + DIE=1 +} + (automake --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have automake installed." -- cgit v1.2.1