From 8ef6e816ba9c55188181a00ae23b181bb09c5526 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Fri, 27 Nov 2009 23:56:14 +0000 Subject: [PATCH] Hack to get intltool 0.40.0 to work git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@189 ddfedd41-794f-dd11-ae45-00112f111e67 --- autogen.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/autogen.sh b/autogen.sh index ee8c4dd..9c061ca 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,3 +19,8 @@ autoreconf --force --install || exit 1 # Run after autopoint echo "Setting up Intltool" intltoolize --copy --force --automake || exit 1 +# Hack to get intltool 0.40.0 to work (Debian stable) +touch intltool-extract.in +touch intltool-merge.in +touch intltool-update.in + -- 2.30.2