>>> "Ross" == Ross Boylan <[EMAIL PROTECTED]> 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



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to