summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-10-28 01:12:47 -0400
committerDavid Zeuthen <davidz@redhat.com>2008-10-28 01:12:47 -0400
commit3fcee1c0d92d269615c4623289bcc5c2727cf375 (patch)
tree23ebb93bb9fcdad2e0314d76d68836aa9b7c2b93
parent11fcb246e6c18efa5e393be728318f1bd65e13ab (diff)
fix build
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index c910ef4..ef5ab92 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,7 +31,7 @@ DIE=0
}
}
-(gtkdocize --version) < /dev/null > /dev/null 2>&1 || {
+(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,"