autoconf
[Top][All Lists]
Advanced

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

Re: aclocal-1.9 and aclocal-1.10 are failing while aclocal-1.7 is not


From: Andreas Schwab
Subject: Re: aclocal-1.9 and aclocal-1.10 are failing while aclocal-1.7 is not
Date: Fri, 25 Jul 2008 11:15:02 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.2 (gnu/linux)

"Christian Pagé" <address@hidden> writes:

> 3- Run aclocal-1.10 (or aclocal-1.9). The result is:
> configure.ac:19: error: AC_SUBST: `DX_FLAG_[]DX_CURRENT_FEATURE' is not a

That looks very much like too much quoting.  In fact, this:

    AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)

should be written like this:

    AC_SUBST([DX_FLAG_]DX_CURRENT_FEATURE, 0)

Versions of aclocal before 1.8 didn't use the m4 tracing facility, so
the error does not show during its run, but autoconf still complains.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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