summaryrefslogtreecommitdiffstats
path: root/autogen.sh
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 /autogen.sh
parentFixed call to "has_color" in gui_window_set_color function (diff)
downloadweechat-2f9f37bed63a990432b4f40347975cab5a28664c.tar.xz
weechat-2f9f37bed63a990432b4f40347975cab5a28664c.zip
Updated autogen.sh script
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 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 &&