e: don't yell about gnu make extension (rules with %)
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 7 Nov 2012 21:46:52 +0000 (21:46 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 7 Nov 2012 21:46:52 +0000 (21:46 +0000)
SVN revision: 78981

autogen.sh
configure.ac

index 7fb3a1e..bee4e1b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-autoreconf --symlink --install -Wno-portability
+autoreconf --symlink --install
 
 if [ -z "$NOCONFIGURE" ]; then
        exec ./configure -C "$@"
index e3d759b..9e4dcb4 100644 (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