| 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:
| 
| harlan@hawaii> autoconf
| configure.in:5: error: undefined macro: WS_AS_QUEUE
| harlan@hawaii> 
| 
| 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