add gettextize and autoheader
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 5 Sep 2002 05:40:41 +0000 (05:40 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 5 Sep 2002 05:40:41 +0000 (05:40 +0000)
autogen.sh

index b7e152d..7c85340 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-aclocal && autoconf && automake --foreign --include-deps --add-missing --copy
+gettextize --intl && aclocal && autoconf && autoheader && automake --foreign --include-deps --add-missing --copy