libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtoolize: `configure.ac' does not exist


From: Alexandre Duret-Lutz
Subject: Re: libtoolize: `configure.ac' does not exist
Date: Thu, 25 Nov 2004 09:45:02 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Ross" == Ross Boylan <address@hidden> writes:

 Ross> $ libtoolize -n
 Ross> libtoolize: `configure.ac' does not exist
 Ross> Try `libtoolize --help' for more information.
 Ross> $ libtoolize --version
 Ross> libtoolize (GNU libtool) 1.5.6

 Ross> I am trying to use libtool/libtoolize in a project without autoconf or
 Ross> automake.  

libtoolize is for autoconf-based packages.  

If you do not use autoconf, you should require all your users to
install libtool before they can install your package.  Then in
your Makefile you simply call the installed `libtool' as shown
in the manual.  You do not need libtoolize in such a setup.
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]