public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
* Autoconf problems?
@ 2003-04-16 18:54 Brian Call
  2003-04-16 20:24 ` Brian Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Call @ 2003-04-16 18:54 UTC (permalink / raw)
  To: 'mauve-discuss@sources.redhat.com'

Hi Guys,

I'm having some problems getting autoconf to generate the configure script.
I'm not much of a wiz with autoconf but I've tried everything I can think of
(including getting the latest version) to no avail. Here are the error
messages I'm seeing when running the autoconf from the mauve base directory:

 
$ autoconf

configure.in:3: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

configure.in:13: error: possibly undefined macro: AM_CONDITIONAL
configure.in:42: error: possibly undefined macro: AM_PROG_GCJ

Does anyone, by chance, know what the heck I'm doing wrong? Also, I couldn't
find anything in the docs on using the m4_pattern_allow flag. Any thoughts?
I'm running Win2k with Cygwin....

Any help is greatly, greatly appreciated.

Thanks,
Brian Call

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Autoconf problems?
  2003-04-16 18:54 Autoconf problems? Brian Call
@ 2003-04-16 20:24 ` Brian Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Jones @ 2003-04-16 20:24 UTC (permalink / raw)
  To: Brian Call; +Cc: 'mauve-discuss@sources.redhat.com'

Brian Call <bcall@precise.com> writes:

> Hi Guys,
> 
> I'm having some problems getting autoconf to generate the configure script.
> I'm not much of a wiz with autoconf but I've tried everything I can think of
> (including getting the latest version) to no avail. Here are the error
> messages I'm seeing when running the autoconf from the mauve base directory:

I'll probably regret responding without trying myself... but the usual
invocation from CVS is `aclocal;automake;autoconf'.  aclocal updates
aclocal.m4 which is where autoconf should find the macros you
mention.  aclocal should complain if it cannot find them in
/usr/share/aclocal/.  Hope that helps.

Brian
--
Brian Jones <cbj@gnu.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-16 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-16 18:54 Autoconf problems? Brian Call
2003-04-16 20:24 ` Brian Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).