Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 37544: /trunk/ /trunk/: Makefile.am.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 11 Jun 2011 14:45:17 -0700
On Jun 11, 2011, at 2:07 PM, Stig Bjørlykke wrote:

> I get this in ./autogen.sh:
> 
> epan/../Makefile.am.inc:31: subst -I,NEWLINE,$(filter -I%, $(CFLAGS:
> non-POSIX variable name
> epan/../Makefile.am.inc:31: (probably a GNU make extension)
> epan/Makefile.am:25:   `epan/../Makefile.am.inc' included from here

It might be warning that if you do "make dist", the resulting Makefile.in will contain GNU make extensions or other things that mean you won't be able to build with a least-common-denominator make (automake makes an effort to arrange that a release source tarball not require GNU make).