diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-04-23 15:03:27 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-04-23 15:03:27 +0000 |
commit | 2f9f37bed63a990432b4f40347975cab5a28664c (patch) | |
tree | 6c99b54b81da34fbd5b0ca4e730f9b1c3cfed0b5 | |
parent | d90587c44395267215ee972d3a27be399fb366f0 (diff) | |
download | weechat-2f9f37bed63a990432b4f40347975cab5a28664c.zip |
Updated autogen.sh script
-rwxr-xr-x | autogen.sh | 2 | ||||
-rwxr-xr-x | weechat/autogen.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 64c6716be..1f461510c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 && diff --git a/weechat/autogen.sh b/weechat/autogen.sh index 64c6716be..1f461510c 100755 --- a/weechat/autogen.sh +++ b/weechat/autogen.sh @@ -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 && |