summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBrian J. Tarricone <brian@tarricone.org>2009-08-19 11:27:35 -0700
committerBrian J. Tarricone <brian@tarricone.org>2009-08-19 11:28:03 -0700
commit4be2feba1fe83a4242e6e8cfe92a9b6255a34694 (patch)
tree706736bd7f9cddef88f34f9774613c883ece1e45 /autogen.sh
parentcd4599dd6f358f032cb40956eed788b60cbae321 (diff)
downloadxfdesktop-4be2feba1fe83a4242e6e8cfe92a9b6255a34694.tar.gz
it's XDT_AUTOGEN_REQUIRED_VERSION, not XDT_REQUIRED_VERSION
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index efedb71a..ef98c529 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@
# and Brian Tarricone <brian@tarricone.org>.
#
-export XDT_REQUIRED_VERSION="4.7.0"
+export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
(type xdt-autogen) >/dev/null 2>&1 || {
cat >&2 <<EOF