X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.in;h=8bb2b40d5e1faec183e62f02e4f0b459b946e9bf;hb=19f0a0fb37951be3155401e02425cb25365ff601;hp=39e027b374ebfe25113dea2591ddf7d360302334;hpb=1039d32b8c066fb2f7e657a38055df0ee16c1e6a;p=mmh diff --git a/Makefile.in b/Makefile.in index 39e027b..8bb2b40 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,6 +10,7 @@ SHELL = /bin/sh srcdir = @srcdir@ abs_srcdir = @abs_srcdir@ +datarootdir = @datarootdir@ VPATH = @srcdir@ # ========== USER CONFIGURATION SECTION ========== @@ -74,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 @@ -110,6 +111,7 @@ superclean: superclean-recursive superclean-local mostlyclean-local: rm -f *~ + $(RM) -r autom4te.cache clean-local: mostlyclean-local @@ -143,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 @@ -151,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 > $@