add gettextize and autoheader

This commit is contained in:
Josh Coalson 2002-09-05 05:40:41 +00:00
parent 1776eb8ff9
commit d7bab81784
1 changed files with 1 additions and 1 deletions

View File

@ -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