summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-05-09 12:46:16 +0200
committerBastien Nocera <hadess@hadess.net>2016-05-13 12:39:16 +0200
commit372cfdb681cdbf06ca2873cd15db7b412bedb780 (patch)
tree24cef427897c36897b0d58c3f6b1c2a513741aa8
parent594411e9472e322980906c2d6062a7679d11d5af (diff)
downloadbluez-tools-372cfdb681cdbf06ca2873cd15db7b412bedb780.tar.gz
build: Run configure after autogen.sh
It's how most build helpers expect it.
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 7f824e9..b582dcd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,4 @@
#!/bin/sh
autoreconf --force --install --verbose
+./configure "$@"