(AC_MACRODIR): Don't define it.
authorRoland McGrath <roland@redhat.com>
Thu, 19 May 1994 00:35:53 +0000 (00:35 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 19 May 1994 00:35:53 +0000 (00:35 +0000)
[AC_MACRODIR]: Protect deps using it with ifdef.

GNUmakefile

index e83ec8f746d71318e9688e509cf32eacf297a558..b6f5fd87da26c2f94dab14a4fbb3e23e772dc7b3 100644 (file)
@@ -49,13 +49,10 @@ extras := $(filter-out getloadavg.o @%@,$(extras)) getloadavg.o
 LOADLIBES := $(filter-out @%@,$(LOADLIBES))
 ALLOCA := $(filter-out @%@,$(ALLOCA))
 
-# Tell autoconf/autoheader to use m4 files from the master source.
-ifndef AC_MACRODIR
-AC_MACRODIR = /home/gd/gnu/autoconf
-endif
-ACFLAGS := -m $(AC_MACRODIR)
+ifdef AC_MACRODIR
 configure config.h.in: $(patsubst %,$(AC_MACRODIR)/%.m4,acspecific acgeneral)
 config.h.in: $(AC_MACRODIR)/acconfig.h
+endif
 configure: configure.in; autoconf $(ACFLAGS)
 config.h.in: configure.in; autoheader $(ACFLAGS)