summaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 02:30:08 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 02:42:23 +0100
commitd121420757001950604473f5b0f7a592caa1433e (patch)
treefe1d5c043fdc81d8b431d2558e83120860bf11c2 /setup.sh
parent1ebb3825400074dc62e92d161f76a57ef4fd40d4 (diff)
Clean up autotools config.
Remove some of @stagrlee's hard work since jq's testsuite is less silly than when he wrote the autotools config.
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index ef92f88a..50cc4eea 100755
--- a/setup.sh
+++ b/setup.sh
@@ -24,7 +24,7 @@ elif [ "superclean" == "$1" ]; then
fi
else
autoreconf --install
- ./configure --enable-devel --prefix=/opt/junk
+ ./configure --prefix=/opt/junk
make check
mkdir tmp
make DESTDIR=./tmp install