summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2011-09-21 17:20:18 -0500
committerRob Clark <rob@ti.com>2011-09-25 17:40:04 -0500
commit4ee1e19e859fda6856792b25b08dc0195c9bc175 (patch)
tree4ae1fb57fd06598fd2a1fa81295a0951eaed8c68 /autogen.sh
parent74475e00a86e7fa894609061ab980955473f0bf2 (diff)
misc build issues
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 d1885dc..2ca7e5d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ automake=`find_tool automake`
autoconf=`find_tool autoconf`
autoheader=`find_tool autoheader`
-mkdir -p config && $aclocal && $libtoolize --copy --force && $automake --copy --add-missing --foreign && $autoheader && $autoconf
+mkdir -p config && $aclocal && $autoheader && $libtoolize --copy --force && $automake --copy --add-missing --foreign && $autoconf
test -n "$NOCONFIGURE" && {
echo "skipping configure stage as requested."