summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-09-30 03:08:40 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-09-30 03:08:40 +0200
commit75e2cbfa7f2022b2828670ebd445373a57cf142f (patch)
treee5f8461d67c69c9e1e5deea5cf69d8645e0dd684 /autogen.sh
parent37a5fd2ad68a5efa954b1019513d6389882ff967 (diff)
downloadtumbler-75e2cbfa7f2022b2828670ebd445373a57cf142f.tar.gz
Fix several mistakes and typos, and therewith make distcheck.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh25
1 files changed, 3 insertions, 22 deletions
diff --git a/autogen.sh b/autogen.sh
index 23a219b..21f1742 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,26 +29,7 @@ EOF
exit 1
}
-# verify that po/LINGUAS is present
-(test -f po/LINGUAS) >/dev/null 2>&1 || {
- cat >&2 <<EOF
-autogen.sh: The file po/LINGUAS could not be found. Please check your snapshot
- or try to checkout again.
-EOF
- exit 1
-}
-
-# substitute linguas
-linguas=`sed -e '/^#/d' po/LINGUAS`
-
-# TODO substitute revision
-revision=
-
-sed -e "s/@LINGUAS@/${linguas}/g" \
- -e "s/@REVISION@/${revision}/g" \
- < "configure.in.in" > "configure.in"
-
-# initialize GTK-Doc
-gtkdocize || exit 1
+# # initialize GTK-Doc
+# gtkdocize || exit 1
-exec xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@