Re: confusing warning from autoconf

2000-05-21 Thread Alexandre Oliva
On May 21, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote: > autoconf: undefined macros: > configure.in:5:foo_cmd="$JAVAC $JAVAC_FLAGS Test.java" Note the occurrence of `AC_[_A-Za-z0-9]*' in the output. I think we should arrange for the macro to match only if AC is in the beginning of a line or

confusing warning from autoconf

2000-05-21 Thread Mo DeJong
Perhaps I am just doing something stupid here, but I just can not figure out why autoconf is printing a warning for this configure.in file. % cat configure.in AC_INIT(foo) AC_DEFUN(FOO, [ foo_cmd="$JAVAC $JAVAC_FLAGS Test.java" echo $foo_cmd ]) FOO % autoconf autoconf: undefined macro