diff options
author | Roland McGrath <roland@redhat.com> | 1994-05-02 23:45:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-05-02 23:45:18 +0000 |
commit | ec505152e04968cb01b074f07f26c360a2931294 (patch) | |
tree | acf150322044ac7bc319ac24a7066a12ab943e8b /GNUmakefile | |
parent | 0d2488a8046890dba064f752157e7f6345bcfbec (diff) | |
download | gunmake-ec505152e04968cb01b074f07f26c360a2931294.tar.gz |
(AC_MACRODIR): Change default back.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 00a0136..e83ec8f 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) |