This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
automake Real Millenium Beta: Problem with AM_PROG_LIBTOOL
- To: automake at gnu dot org
- Subject: automake Real Millenium Beta: Problem with AM_PROG_LIBTOOL
- From: Dave Brolley <brolley at redhat dot com>
- Date: Fri, 12 Jan 2001 13:57:57 -0500
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
Hi,
I installed the Real Millenium Beat (1.4b) on my Cygwin system (Windows
95). My configure.in uses AM_PROG_LIBTOOL and automake complains that it
is obsolete and that I should use AC_PROG_LIBTOOL. Ok, so when I make
the change, autoconf (version 2.13) says that it can't find AC_PROG_LIBTOOL.
Do I need a newer version of autoconf? Perhaps this is an aclocal problem?
Dave