diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-04-24 08:48:54 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-04-24 08:48:54 +0000 |
commit | 04d6257224a7a90ee272b7a359d2f0b25d8faa63 (patch) | |
tree | a86daff37a5d957772fd056211fdba6e65a86769 | |
parent | 73c69d2d71b7051209d7904dba0162d53b829ca6 (diff) | |
download | weechat-04d6257224a7a90ee272b7a359d2f0b25d8faa63.zip |
Backup and restore Makefile.am before and after gettextize
-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 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 diff --git a/weechat/autogen.sh b/weechat/autogen.sh index 1f461510c..e3163f120 100755 --- a/weechat/autogen.sh +++ b/weechat/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 |