autoconf
[Top][All Lists]
Advanced

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

Re: possibly undefined macro: dnl


From: Alexandre Duret-Lutz
Subject: Re: possibly undefined macro: dnl
Date: 08 Aug 2001 14:57:05 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Stephen" == Stephen Torri <address@hidden> writes:

[...]

 Stephen> configure.in:3: error: possibly undefined macro: dnl
 Stephen> configure.in:379: error: possibly undefined macro: AC_LIBTOOL_CXX

 Stephen> line 3 reads: dnl

 Stephen> line 379 reads: AC_LIBTOOL_CXX

 Stephen> Looking at these two and the surrounding area I cannot
 Stephen> see a problem with quoting or bad names.

Don't trust the line numbers.  Autoconf just found that dnl
and AC_LIBTOOL_CXX were output to configure, but it doesn't
really know where the culprit input lines are.

The lines reported here are just the first occurence of the
disallowed words in configure.in, this is misleading.  The
actual error might be later in configure.in or even in
aclocal.m4.

Instead, you could grep the generated configure for occurences
of dnl and AC_LIBTOOL_CXX, it should be easier to spot the
error.
-- 
Alexandre Duret-Lutz



reply via email to

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