Add --copy argument to libtollize call
This commit is contained in:
parent
7b4453a507
commit
2855b71520
@ -6,7 +6,7 @@ cp Makefile.am Makefile.am.old
|
|||||||
gettextize --copy --force --intl --no-changelog &&
|
gettextize --copy --force --intl --no-changelog &&
|
||||||
mv Makefile.am.old Makefile.am
|
mv Makefile.am.old Makefile.am
|
||||||
mv configure.in.old configure.in
|
mv configure.in.old configure.in
|
||||||
libtoolize --force &&
|
libtoolize --force --copy &&
|
||||||
aclocal &&
|
aclocal &&
|
||||||
# autoheader creates config.h.in needed by autoconf
|
# autoheader creates config.h.in needed by autoconf
|
||||||
autoheader &&
|
autoheader &&
|
||||||
|
@ -6,7 +6,7 @@ cp Makefile.am Makefile.am.old
|
|||||||
gettextize --copy --force --intl --no-changelog &&
|
gettextize --copy --force --intl --no-changelog &&
|
||||||
mv Makefile.am.old Makefile.am
|
mv Makefile.am.old Makefile.am
|
||||||
mv configure.in.old configure.in
|
mv configure.in.old configure.in
|
||||||
libtoolize --force &&
|
libtoolize --force --copy &&
|
||||||
aclocal &&
|
aclocal &&
|
||||||
# autoheader creates config.h.in needed by autoconf
|
# autoheader creates config.h.in needed by autoconf
|
||||||
autoheader &&
|
autoheader &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user