autoconf
[Top][All Lists]
Advanced

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

Re: Can you spot the error?


From: Philipp Thomas
Subject: Re: Can you spot the error?
Date: Thu, 3 Apr 2014 11:27:52 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

* Eric Blake (address@hidden) [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



reply via email to

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