1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

Add --copy argument to libtollize call

This commit is contained in:
Julien Louis
2005-10-18 08:07:51 +00:00
parent 7b4453a507
commit 2855b71520
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ cp Makefile.am Makefile.am.old
gettextize --copy --force --intl --no-changelog &&
mv Makefile.am.old Makefile.am
mv configure.in.old configure.in
libtoolize --force &&
libtoolize --force --copy &&
aclocal &&
# autoheader creates config.h.in needed by autoconf
autoheader &&
+1 -1
View File
@@ -6,7 +6,7 @@ cp Makefile.am Makefile.am.old
gettextize --copy --force --intl --no-changelog &&
mv Makefile.am.old Makefile.am
mv configure.in.old configure.in
libtoolize --force &&
libtoolize --force --copy &&
aclocal &&
# autoheader creates config.h.in needed by autoconf
autoheader &&