From: /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org Date: Mon, 8 Aug 2005 23:27:20 +0000 (+0000) Subject: add libtoolize call (Eric Leblond) X-Git-Tag: upstream/1.0.2~139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fa67c0116d57138524f57b4de9348f2414dcc62;p=platform%2Fupstream%2Flibnetfilter_queue.git add libtoolize call (Eric Leblond) --- diff --git a/autogen.sh b/autogen.sh index f6cdc76..ccce4f0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,5 +13,6 @@ run () run aclocal #run autoheader +run libtoolize -f run automake -a run autoconf