diff --git a/Makefile.in b/Makefile.in index 0cf19a270..3bd1da70b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,9 +114,10 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ install-exec-recursive installdirs-recursive install-recursive \ uninstall-recursive check-recursive installcheck-recursive DIST_COMMON = README AUTHORS COPYING COPYING.LIB ChangeLog INSTALL \ - Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 \ - config.guess config.sub configure configure.ac depcomp \ - hamlib.spec.in install-sh ltmain.sh missing mkinstalldirs + Makefile.am Makefile.in NEWS THANKS TODO acinclude.m4 \ + aclocal.m4 config.guess config.sub configure configure.ac \ + depcomp hamlib.spec.in install-sh ltmain.sh missing \ + mkinstalldirs DIST_SUBDIRS = $(SUBDIRS) all: all-recursive @@ -143,7 +144,7 @@ $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): configure.ac +$(ACLOCAL_M4): configure.ac acinclude.m4 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) hamlib.spec: $(top_builddir)/config.status hamlib.spec.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status