Re: using $(wildcard) in EXTRA_DIST

2012-09-19 Thread Stefano Lattarini
On 09/19/2012 08:23 AM, Vincent Torri wrote: > Hey > > our documentation provides some images files in a subdirectory 'img'. > So, in EXTRA_DIST, we have added: > > $(wildcard $(srcdir)/img/*.*) > > automake reports that warning: > > doc/Makefile.am:35: wildcard $(srcdir: non-POSIX variable na

Re: using $(wildcard) in EXTRA_DIST

2012-09-18 Thread Peter Johansson
On 09/19/2012 04:23 PM, Vincent Torri wrote: Hey our documentation provides some images files in a subdirectory 'img'. So, in EXTRA_DIST, we have added: $(wildcard $(srcdir)/img/*.*) automake reports that warning: doc/Makefile.am:35: wildcard $(srcdir: non-POSIX variable name doc/Makefile.am

using $(wildcard) in EXTRA_DIST

2012-09-18 Thread Vincent Torri
Hey our documentation provides some images files in a subdirectory 'img'. So, in EXTRA_DIST, we have added: $(wildcard $(srcdir)/img/*.*) automake reports that warning: doc/Makefile.am:35: wildcard $(srcdir: non-POSIX variable name doc/Makefile.am:35: (probably a GNU make extension) what is t