diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-11-09 14:49:05 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-11-09 14:49:05 +0000 |
commit | f534e3008900888967a83a7d403ee199fe50659a (patch) | |
tree | 5c99e91a79a375e2961c5238444f1f663315f29f /autogen.sh | |
parent | 6980eb0bc702571122542e9771bdafc88c3fae1e (diff) | |
download | enlightenment-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-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 "$@" |