From c0e4ba60d774af4a2ee9ce13cbd35e701657788b Mon Sep 17 00:00:00 2001 From: Emmanuel Bouthenot Date: Sun, 30 Oct 2005 13:18:05 +0000 Subject: [PATCH] add dependance on automake for libtool --- autogen.sh | 2 +- weechat/autogen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index b1644d25c..7d0db6430 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 && diff --git a/weechat/autogen.sh b/weechat/autogen.sh index b1644d25c..7d0db6430 100755 --- a/weechat/autogen.sh +++ b/weechat/autogen.sh @@ -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 &&