Jim Meyering <[EMAIL PROTECTED]> wrote: ... > +if test $found_aux_dir = no; then > { > echo "$0: expected line not found in configure.ac. Add the following:" > >&2 > - echo " AC_CONFIG_AUX_DIR($build_aux)" >&2. > + echo " AC_CONFIG_AUX_DIR([$build_aux])" >&2. > }
Whoops. I've just fixed the syntax error introduced above.