autoconf
[Top][All Lists]
Advanced

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

..._AS_... name problem with CVS autoconf


From: Harlan Stenn
Subject: ..._AS_... name problem with CVS autoconf
Date: Sat, 02 Dec 2000 01:16:21 -0600
User-agent: EMH/1.10.0 REMI/1.14.2 (Hokuhoku-Òshima) Chao/1.14.1 (Rokujizò) APEL/10.2 XEmacs/21.1 (patch 12) (Channel Islands) (sparc-sun-solaris2.8)

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.

H



reply via email to

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