e: stop warning about GNU make extension

We know wildcard is an extension of GNU make and we don't need to be
remembered every single compilation. Remove noise like below:

doc/Makefile.am:42: warning: wildcard img/*.*: non-POSIX variable name
doc/Makefile.am:42: (probably a GNU make extension)



SVN revision: 78723
This commit is contained in:
Lucas De Marchi 2012-10-31 20:40:56 +00:00
parent 6a1d3275de
commit c8ac56c2f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
autoreconf --symlink --install
autoreconf --symlink --install -Wno-portability
if [ -z "$NOCONFIGURE" ]; then
./configure -C "$@"