summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-05-18 22:29:56 +0200
committerNick Schermer <nick@xfce.org>2010-05-18 22:29:56 +0200
commitb86e1c388f2d30e3af5cc76b2b7390f521b3b2ba (patch)
tree2ac4ea94bbc6fbcf8b92a7f1cd7676d891979116
parent0f944b74df085cf801ab00ce2beb452828d19792 (diff)
downloadxfconf-b86e1c388f2d30e3af5cc76b2b7390f521b3b2ba.tar.gz
Fix typo in autogen.sh.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index ba1a279..df67105 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -57,7 +57,7 @@ fi
sed -e "s/@LINGUAS@/${linguas}/g" \
-e "s/@REVISION@/${revision}/g" \
- < "configure.in.in" > "configure.in"
+ < "configure.ac.in" > "configure.ac"
exec xdt-autogen $@