aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 3dec4c03e..6cefb0de1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
rm -f configure config.h config.h.in
@@ -42,7 +42,6 @@ fi
autoreconf -ivf
-echo "./configure $@"
+echo "./configure $*"
chmod +x configure
-./configure $@
-
+./configure "$@"