1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

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