From 5b774a68eb4aa78a85e7c5e0e85ff54d65f4f1be Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Thu, 6 Sep 2018 19:59:25 -0400 Subject: simplify autogen.sh --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 4bbaa55..6adb3dc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,10 +1,10 @@ #!/bin/sh # SPDX-License-Identifier: BSD-3-Clause -set -e +set -e -x -{ ${AUTOHEADER:-autoheader} && touch config.h; } & -${ACLOCAL:-aclocal} -I m4 --install && touch aclocal.m4 -${AUTOCONF:-autoconf} && touch configure +${AUTOHEADER:-autoheader} -f & +${ACLOCAL:-aclocal} -I m4 --force --install +${AUTOCONF:-autoconf} -i -f wait -- cgit v1.2.3-54-g00ecf