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.

H

Reply via email to