summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2012-11-09 14:49:05 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-11-09 14:49:05 +0000
commitf534e3008900888967a83a7d403ee199fe50659a (patch)
tree5c99e91a79a375e2961c5238444f1f663315f29f /autogen.sh
parent6980eb0bc702571122542e9771bdafc88c3fae1e (diff)
downloadenlightenment-f534e3008900888967a83a7d403ee199fe50659a.tar.gz
put lucas's makefiles back.. but what do you do to make it not break
between builds from older vs newer makefile setup? SVN revision: 79024
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
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 "$@"