summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-03-12 18:29:38 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-03-12 18:29:38 +0000
commit043a833788d5c6c786b0a0723d73eccde29da754 (patch)
tree756cd4f1b00aae85ae326072deb759947dd0e9fa /autogen.sh
parenta97720db44d7ffcd273182ed94ac90aea016bc5c (diff)
mostly, changes for gettext
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 dc0d0bc..c21056d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -30,7 +30,7 @@
touch ChangeLog
-aclocal && autoheader && automake -a && autoconf
+aclocal -I m4 && autoheader && automake -a && autoconf
for i in tests
do