add dependance on automake for libtool

This commit is contained in:
Emmanuel Bouthenot 2005-10-30 13:18:05 +00:00
parent 5f101c3833
commit c0e4ba60d7
2 changed files with 2 additions and 2 deletions

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 --copy &&
libtoolize --automake --force --copy &&
aclocal &&
# autoheader creates config.h.in needed by autoconf
autoheader &&

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 --copy &&
libtoolize --automake --force --copy &&
aclocal &&
# autoheader creates config.h.in needed by autoconf
autoheader &&