From 54d5078c11491a409339b8df22be59168c3c137c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 22 Dec 2018 18:51:59 -0800 Subject: autogen.sh: add code to re-run configure afterwards Add code to autogen.sh to (re-)run configure, with preserved configuration. Signed-off-by: H. Peter Anvin --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index c414c68b..45cfdb51 100644 --- a/Makefile.in +++ b/Makefile.in @@ -475,10 +475,10 @@ travis: nasm$(X) $(PYTHON3) travis/nasm-t.py run # -# Rules to run autoreconf if necessary +# Rules to run autogen if necessary # configure: configure.ac autoconf/aclocal.m4 - autoreconf + sh autogen.sh --recheck config.status: configure @if [ ! -f config.status ]; then \ -- cgit v1.2.1