X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/58af02b57c4d2cc732fea0f5ed86e02789d92438..3ef341abe440ece07f8deed59fb026ab020e805:/Makefile.in diff --git a/Makefile.in b/Makefile.in index d83cff3a..8bb2b40d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,7 +75,7 @@ INSTALL_DATA = @INSTALL_DATA@ # all files in this directory included in the distribution DIST = ChangeLog COPYRIGHT DATE INSTALL MACHINES README VERSION \ ChangeLog install-sh mkinstalldirs Makefile.in aclocal.m4 \ - acconfig.h config.h.in configure.in configure stamp-h.in \ + config.h.in configure.ac configure stamp-h.in \ config.sub config.guess # subdirectories in distribution @@ -111,6 +111,7 @@ superclean: superclean-recursive superclean-local mostlyclean-local: rm -f *~ + $(RM) -r autom4te.cache clean-local: mostlyclean-local @@ -144,7 +145,7 @@ Makefile: Makefile.in config.status config.status: configure VERSION ./config.status --recheck -configure: configure.in aclocal.m4 +configure: configure.ac aclocal.m4 cd $(srcdir) && autoconf config.h: stamp-h @@ -152,7 +153,7 @@ stamp-h: config.h.in config.status ./config.status config.h stamp config.h.in: stamp-h.in -stamp-h.in: configure.in acconfig.h aclocal.m4 +stamp-h.in: configure.ac aclocal.m4 cd $(srcdir) && autoheader date > $@