mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
(configure, config.h.in): Depend on aclocal.m4. Commit files to CVS.
This commit is contained in:
parent
0af0c8dba0
commit
f3699ad75f
@ -55,8 +55,12 @@ ifdef 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
|
endif
|
||||||
configure: configure.in; autoconf $(ACFLAGS)
|
configure: configure.in aclocal.m4
|
||||||
config.h.in: configure.in; autoheader $(ACFLAGS)
|
autoconf $(ACFLAGS)
|
||||||
|
test -d CVS && cvs commit -m'autoconf $(ACFLAGS)' $@
|
||||||
|
config.h.in: configure.in aclocal.m4
|
||||||
|
autoheader $(ACFLAGS)
|
||||||
|
test -d CVS && cvs commit -m'autoheader $(ACFLAGS)' $@
|
||||||
|
|
||||||
ifdef customs
|
ifdef customs
|
||||||
defines := $(defines) -Ipmake/customs -Ipmake/lib/include
|
defines := $(defines) -Ipmake/customs -Ipmake/lib/include
|
||||||
|
Loading…
Reference in New Issue
Block a user