From ec505152e04968cb01b074f07f26c360a2931294 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@redhat.com>
Date: Mon, 2 May 1994 23:45:18 +0000
Subject: [PATCH] (AC_MACRODIR): Change default back.

---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 00a01362..e83ec8f7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -51,7 +51,7 @@ ALLOCA := $(filter-out @%@,$(ALLOCA))
 
 # Tell autoconf/autoheader to use m4 files from the master source.
 ifndef AC_MACRODIR
-AC_MACRODIR = /home/gd/gnu/autoconf/autoconf
+AC_MACRODIR = /home/gd/gnu/autoconf
 endif
 ACFLAGS := -m $(AC_MACRODIR)
 configure config.h.in: $(patsubst %,$(AC_MACRODIR)/%.m4,acspecific acgeneral)