Re: [ovs-dev] [PATCH] build: Allow building with autoconf 2.63

2014-06-27 Thread Thomas Graf
On 06/26/14 at 06:04pm, Ben Pfaff wrote: > On Fri, Jun 27, 2014 at 01:50:25AM +0200, Thomas Graf wrote: > > Reduces the dependency on autoconf from 2.64 to 2.63 to ease building > > on older platforms. There is only a few macros missing and they can > > be provided easily. > > > > A handful of tes

Re: [ovs-dev] [PATCH] build: Allow building with autoconf 2.63

2014-06-26 Thread Ben Pfaff
On Fri, Jun 27, 2014 at 01:50:25AM +0200, Thomas Graf wrote: > Reduces the dependency on autoconf from 2.64 to 2.63 to ease building > on older platforms. There is only a few macros missing and they can > be provided easily. > > A handful of tests needed modification. The difference in quoting > b

[ovs-dev] [PATCH] build: Allow building with autoconf 2.63

2014-06-26 Thread Thomas Graf
Reduces the dependency on autoconf from 2.64 to 2.63 to ease building on older platforms. There is only a few macros missing and they can be provided easily. A handful of tests needed modification. The difference in quoting behaviour between 2.63 and later require the m4_define() to be manually un