Updated autogen.sh script

This commit is contained in:
Sebastien Helleu 2005-04-23 15:03:27 +00:00
parent d90587c443
commit 2f9f37bed6
2 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,9 @@
#!/bin/sh
# gettextize updates Makefile.am, configure.in
cp configure.in configure.in.old
gettextize --copy --force --intl --no-changelog &&
mv configure.in.old configure.in
aclocal &&
# autoheader creates config.h.in needed by autoconf
autoheader &&

View File

@ -1,7 +1,9 @@
#!/bin/sh
# gettextize updates Makefile.am, configure.in
cp configure.in configure.in.old
gettextize --copy --force --intl --no-changelog &&
mv configure.in.old configure.in
aclocal &&
# autoheader creates config.h.in needed by autoconf
autoheader &&