summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2018-12-22 18:17:16 -0800
committerH. Peter Anvin <hpa@zytor.com>2018-12-22 18:17:16 -0800
commitb0121dc312a83ab4912769e36c9f2cbe9493545d (patch)
tree0c892ba8247764e7ce5e50903fb15890df9aa23b /Makefile.in
parent3c0b924c9d031cee8f3f9da7bb2405bf65ef30bb (diff)
downloadnasm-b0121dc312a83ab4912769e36c9f2cbe9493545d.tar.gz
autoconf: use librarized autoconf setup
I have been setting up a cross-project librarized autoconf setup; use it for NASM as well. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f106f126..c414c68b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -30,6 +30,7 @@ INTERNAL_CFLAGS = -I$(srcdir) -I$(objdir) \
-I$(srcdir)/output -I$(objdir)/output
ALL_CFLAGS = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
LDFLAGS = @LDFLAGS@
+ALL_LDFLAGS = $(ALL_CFLAGS) $(LDFLAGS)
LIBS = @LIBS@
AR = @AR@
@@ -476,7 +477,7 @@ travis: nasm$(X)
#
# Rules to run autoreconf if necessary
#
-configure: configure.ac aclocal.m4
+configure: configure.ac autoconf/aclocal.m4
autoreconf
config.status: configure