[PATCH util-modular 2/4] build.sh: drop extra shell invocation for autogen
Peter Hutterer
peter.hutterer at who-t.net
Mon Aug 21 00:10:23 UTC 2017
CVS is obsolete as of 10 years ago or so
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
build.sh | 3 +--
1 file changed, 1 insertion(+), 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"} \
--
2.13.5
More information about the xorg-devel
mailing list