autoconf
[Top][All Lists]
Advanced

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

Re: Libtool problem with autoconf 2.53


From: Akim Demaille
Subject: Re: Libtool problem with autoconf 2.53
Date: 07 Jun 2002 17:51:07 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| Thanks in advance to anyone who can help me with this:
| I am having trouble making shared libs with the latest autoconf/automake
| packages:
| 
| >aclocal
| >autoconf
| configure.in:9: error: possibly undefined macro: AC_PROG_LIBTOOL
| 
| 
| configure.in looks likt this:
| 
| ## begin configure.in
| AC_INIT(ReportFactory/Main.C)
| AM_CONFIG_HEADER(config.h)
| AM_INIT_AUTOMAKE(Reporting,1.0)
| AC_PROG_CC
| AC_PROG_CXX
| AC_PROG_INSTALL
| ##AC_PROG_RANLIB
| AC_PROG_LIBTOOL
| AC_OUTPUT(Makefile)
| ## end configure.in

You also need libtool to use libtool.  Run aclocal, and read the doc
(or the converse).



reply via email to

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