summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-04-23 15:03:27 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-04-23 15:03:27 +0000
commit2f9f37bed63a990432b4f40347975cab5a28664c (patch)
tree6c99b54b81da34fbd5b0ca4e730f9b1c3cfed0b5
parentd90587c44395267215ee972d3a27be399fb366f0 (diff)
downloadweechat-2f9f37bed63a990432b4f40347975cab5a28664c.zip
Updated autogen.sh script
-rwxr-xr-xautogen.sh2
-rwxr-xr-xweechat/autogen.sh2
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 &&