diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-11-07 21:46:52 +0000 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-11-07 21:46:52 +0000 |
commit | 39120ec25463999da7b6296f21f8ca1a194b24fc (patch) | |
tree | 31b7d1e1faad0a0c291b32586b2bc6d8898a4da1 | |
parent | 87c46275c1f38c511d3185f30230fee2834941c6 (diff) | |
download | enlightenment-39120ec25463999da7b6296f21f8ca1a194b24fc.tar.gz enlightenment-39120ec25463999da7b6296f21f8ca1a194b24fc.tar.xz enlightenment-39120ec25463999da7b6296f21f8ca1a194b24fc.zip |
e: don't yell about gnu make extension (rules with %)
SVN revision: 78981
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 7fb3a1e7c..bee4e1b94 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -autoreconf --symlink --install -Wno-portability +autoreconf --symlink --install if [ -z "$NOCONFIGURE" ]; then exec ./configure -C "$@" diff --git a/configure.ac b/configure.ac index e3d759b97..9e4dcb40e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |