mirror of
https://github.com/mirror/make.git
synced 2025-01-19 08:40:13 +08:00
(AC_MACRODIR): Don't define it.
[AC_MACRODIR]: Protect deps using it with ifdef.
This commit is contained in:
parent
a369402d11
commit
10abeb4a08
@ -49,13 +49,10 @@ extras := $(filter-out getloadavg.o @%@,$(extras)) getloadavg.o
|
|||||||
LOADLIBES := $(filter-out @%@,$(LOADLIBES))
|
LOADLIBES := $(filter-out @%@,$(LOADLIBES))
|
||||||
ALLOCA := $(filter-out @%@,$(ALLOCA))
|
ALLOCA := $(filter-out @%@,$(ALLOCA))
|
||||||
|
|
||||||
# Tell autoconf/autoheader to use m4 files from the master source.
|
ifdef AC_MACRODIR
|
||||||
ifndef AC_MACRODIR
|
|
||||||
AC_MACRODIR = /home/gd/gnu/autoconf
|
|
||||||
endif
|
|
||||||
ACFLAGS := -m $(AC_MACRODIR)
|
|
||||||
configure config.h.in: $(patsubst %,$(AC_MACRODIR)/%.m4,acspecific acgeneral)
|
configure config.h.in: $(patsubst %,$(AC_MACRODIR)/%.m4,acspecific acgeneral)
|
||||||
config.h.in: $(AC_MACRODIR)/acconfig.h
|
config.h.in: $(AC_MACRODIR)/acconfig.h
|
||||||
|
endif
|
||||||
configure: configure.in; autoconf $(ACFLAGS)
|
configure: configure.in; autoconf $(ACFLAGS)
|
||||||
config.h.in: configure.in; autoheader $(ACFLAGS)
|
config.h.in: configure.in; autoheader $(ACFLAGS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user