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 /autogen.sh | |
parent | 87c46275c1f38c511d3185f30230fee2834941c6 (diff) | |
download | enlightenment-39120ec25463999da7b6296f21f8ca1a194b24fc.tar.gz |
e: don't yell about gnu make extension (rules with %)
SVN revision: 78981
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 7fb3a1e7c1..bee4e1b942 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 "$@" |