e: don't yell about gnu make extension (rules with %)

SVN revision: 78981
This commit is contained in:
Lucas De Marchi 2012-11-07 21:46:52 +00:00
parent 87c46275c1
commit 39120ec254
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -35,7 +35,7 @@ AH_BOTTOM([
#endif /* EFL_CONFIG_H__ */
])
AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects])
AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects -Wno-portability])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_GNU_SOURCE