summaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2004-07-10 11:07:56 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2004-07-10 11:07:56 +0000
commita65ebcc572bb13c136dad33a1bb80bd63b94f004 (patch)
tree69f0b0d981bfa71f95c0adc99efa230dc9044ed8 /autogen.sh
parent3766a94976d0c78ed37c31a4c3d3ce54c62c0794 (diff)
downloadmdk-a65ebcc572bb13c136dad33a1bb80bd63b94f004.tar.gz
mdk-a65ebcc572bb13c136dad33a1bb80bd63b94f004.tar.bz2
use intltool to allow glade file string translations.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 8f3c83b..d76540d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -61,6 +61,9 @@ esac
echo "Running gettext's autopoint..."
autopoint --force
+echo "Running intltoolize"
+intltoolize --copy --force --automake
+
ACLOCAL_FLAGS="-I m4"
echo "Running aclocal ..."
aclocal $ACLOCAL_FLAGS