This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
RE: Help: Missing something simple...
- To: "'Pavel Roskin'" <pavel_roskin@geocities.com>
- Subject: RE: Help: Missing something simple...
- From: "Masterson, David" <David.Masterson@kla-tencor.com>
- Date: Thu, 20 May 1999 10:59:53 -0700
- Cc: automake@gnu.org
A little expansion...
* I've tried this with automake 1.2 and 1.4
* I've tried this with autoconf 2.12 and 2.13
* I'm using GNU m4 v1.4
Exactly the same results each time. I believe the above installations are
correct, but is there something I could do to verify it other than use
'--version' flag which reports the right information. It appears that
aclocal.m4 isn't having an effect on the output (except to cause
AM_INIT_AUTOMAKE to go away). Any ideas?
-----Original Message-----
From: Pavel Roskin [mailto:pavel_roskin@geocities.com]
Sent: Thursday, May 20, 1999 12:57 AM
To: Masterson, David
Cc: automake@gnu.org
Subject: Re: Help: Missing something simple...
Hello, David!
> I'm trying to use automake-1.4 (with autoconf-2.12 and perl-5.005_03) for
> the first time, but I must be missing something simple. I've created a
> simple configure.in file and Makefile.am file in the package directory as
> follows:
I believe that autoconf-2.12 is not compatible with automake-1.4
Use autoconf-2.13, otherwise some variables will not be substituted.
Unfortunately, I don't see any graceful way for automake to enforce using
autoconf-2.13.
Pavel Roskin