* Eric Blake (ebl...@redhat.com) [20140331 20:55]:

> On 03/31/2014 12:48 PM, Philipp Thomas wrote:
> > I have a configure.ac as attached. If I run autoreconf -fi on this file it
> > stops with 'configure.ac:23: error: possibly undefined macro: AC_DEFINE'
> > but at least I see no error in that line. But if I remove the following
> > block beginning with 'AC_ARG_WITH([resolve-neigh],' everything runs without
> > problems. Can anyboy help me spot the error?
> 
> 
> AC_ARG_WITH([resolve-neigh],
>     AC_HELP_STRING([--with-resolve-neigh],
>         [Enable neighbour resolution in Ethernet (default YES)]))
> 
> Underquoted.
> 
> You meant to write:
> 
> AC_ARG_WITH([resolve-neigh],
>     [AC_HELP_STRING([--with-resolve-neigh],
>         [Enable neighbour resolution in Ethernet (default YES)])])
I didn'twrite that, it's from an OFED package I'm trying to package for
SUSE and in the course called 'autoreconf -fi' but thank you for the help!

Philipp

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to