1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

Backup and restore Makefile.am before and after gettextize

This commit is contained in:
Sebastien Helleu
2005-04-24 08:48:54 +00:00
parent 73c69d2d71
commit 04d6257224
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -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