autoconf
[Top][All Lists]
Advanced

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

Re: ..._AS_... name problem with CVS autoconf


From: Akim Demaille
Subject: Re: ..._AS_... name problem with CVS autoconf
Date: 05 Dec 2000 10:49:07 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| The following configure.in doesn't work with the latest CVS autoconf:
| 
| ---
| dnl -*- fundamental -*-
| AC_INIT(properties/SERunner.properties.in)
| 
| # AS Queue name
| WS_AS_QUEUE=ibmas_$USER
| AC_SUBST(WS_AS_QUEUE, $WS_AS_QUEUE)
| 
| AC_OUTPUT
| --
| 
| (it's a simplified copy of a larger configure.in we're using).
| 
| This is under Solaris 2.8.
| 
| The message I get is:
| 
| address@hidden> autoconf
| configure.in:5: error: undefined macro: WS_AS_QUEUE
| address@hidden> 
| 
| If we change the _AS_... to, say, _AS... it works just fine.

This is a known issue, and there is a patch in the queue which removes
this warning.  Yes, it looks like an error, but it's a ``warning'' in
the sense that the configure is fully functional.



reply via email to

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