summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-08-18 13:37:54 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-08-18 13:38:53 +1000
commitfe470806ac6893237171da200b3f41bfc897465c (patch)
treecf54c2fdec7a56836549b7593e0ba51958004c9a /build.sh
parentead38ce3d7494f7940e1b0160bc44d13c7ffaf25 (diff)
build.sh: drop extra shell invocation for autogen
CVS is obsolete as of 10 years ago or so Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index b020ace..9cb6a85 100755
--- a/build.sh
+++ b/build.sh
@@ -659,9 +659,8 @@ process() {
fi
fi
- # Use "sh autogen.sh" since some scripts are not executable in CVS
if [ X"$NOAUTOGEN" = X ]; then
- sh ${DIR_CONFIG}/${CONFCMD} \
+ ${DIR_CONFIG}/${CONFCMD} \
${PREFIX_USER:+--prefix="$PREFIX"} \
${EPREFIX_USER:+--exec-prefix="$EPREFIX"} \
${BINDIR_USER:+--bindir="$BINDIR"} \