[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mac OS X build
From: |
Ralf Wildenhues |
Subject: |
Re: Mac OS X build |
Date: |
Fri, 16 Jun 2006 21:46:09 +0200 |
User-agent: |
Mutt/1.5.11+cvs20060403 |
Hi Daniel,
* Daniel Corbe wrote on Fri, Jun 16, 2006 at 09:38:57PM CEST:
>
> I'm having an issue using autoconf with most (all) software packages
> on Mac OS X. When I run autoconf in most instances (in this case
> libtool) I get errors like:
For libtool, you should use the bootstrap script provided, other
packages have similar scripts, often called autogen.sh. Generally,
other packages also need aclocal to be run (with the correct options, if
any) before autoconf; sometimes, autoreconf can do the job of running
the autotools for you in the right order and with the right options.
Cheers,
Ralf