summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2018-12-22 18:51:59 -0800
committerH. Peter Anvin <hpa@zytor.com>2018-12-22 18:51:59 -0800
commit54d5078c11491a409339b8df22be59168c3c137c (patch)
tree1220d89b849ef735a616b93e4361668030410ec9 /Makefile.in
parentb0121dc312a83ab4912769e36c9f2cbe9493545d (diff)
downloadnasm-54d5078c11491a409339b8df22be59168c3c137c.tar.gz
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 <hpa@zytor.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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 \