summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-04-24 08:48:54 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-04-24 08:48:54 +0000
commit04d6257224a7a90ee272b7a359d2f0b25d8faa63 (patch)
treea86daff37a5d957772fd056211fdba6e65a86769 /autogen.sh
parentAdded transfer rate for DCC files (diff)
downloadweechat-04d6257224a7a90ee272b7a359d2f0b25d8faa63.tar.xz
weechat-04d6257224a7a90ee272b7a359d2f0b25d8faa63.zip
Backup and restore Makefile.am before and after gettextize
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 1f461510c..e3163f120 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,9 @@
# gettextize updates Makefile.am, configure.in
cp configure.in configure.in.old
+cp Makefile.am Makefile.am.old
gettextize --copy --force --intl --no-changelog &&
+mv Makefile.am.old Makefile.am
mv configure.in.old configure.in
aclocal &&
# autoheader creates config.h.in needed by autoconf