From: fredrik@DOLDA2000.COM Date: Mon, 23 May 2005 00:46:03 +0000 (+0000) Subject: Updated to run libtoolize. X-Git-Url: http://www.dolda2000.com/gitweb/?p=icmp-dn.git;a=commitdiff_plain;h=5d81e23bf1270f7b0bc3698deed86c827eba5ef3 Updated to run libtoolize. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@246 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/bootstrap b/bootstrap index 28df084..86718f4 100755 --- a/bootstrap +++ b/bootstrap @@ -1,3 +1,3 @@ #! /bin/sh -aclocal$AUTOMAKE_VERSION && autoheader && automake$AUTOMAKE_VERSION --add-missing --copy && autoconf +aclocal$AUTOMAKE_VERSION && autoheader && libtoolize --copy --force && automake$AUTOMAKE_VERSION --add-missing --copy && autoconf