1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

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
+2
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 &&
+2
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 &&