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:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user