summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-08-08 13:22:50 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-08-08 13:22:50 +0000
commita0df3fc35b7025f237595106afda1c1113933745 (patch)
treec77708a3022528222935a59e5d212af94121baf4 /autogen.sh
parentec37d921e4e245c1eadd8c3ae2b65b1148bac582 (diff)
autopoint now works so let's let it run the gettext show
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 00aeaa0..717f2e1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -30,4 +30,4 @@
touch ChangeLog
-aclocal -I m4 && autoheader && automake -a && autoconf
+autopoint && aclocal -I m4 && autoheader && automake -a && autoconf