summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2008-10-02 15:46:07 +0000
committerJannis Pohlmann <jannis@xfce.org>2008-10-02 15:46:07 +0000
commitf8776be2aa655b3e69b6895e3aaad7a308b1708e (patch)
tree52b442e07b19d1ef4d4f27c09e4a28ce247df444 /autogen.sh
parent737e3b7488afb892d1a5ebdef581c4e96ca25c33 (diff)
downloadxfce4-appfinder-f8776be2aa655b3e69b6895e3aaad7a308b1708e.tar.gz
Rewrite for the sake of more object-orientated and flexible code.
It should cover all the features the previous version offered. In addition it uses FrapIconEntry for the search entry and depends on ThunarVFS for filesystem monitoring support. (Old svn revision: 28014)
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 49f3ae2..c0ed6ef 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -40,7 +40,7 @@ $2}'`
fi
sed -e "s/@LINGUAS@/${linguas}/g" \
-e "s/@REVISION@/${revision}/g" \
- < "configure.ac.in" > "configure.ac"
+ < "configure.in.in" > "configure.in"
xdt-autogen $@