X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=79746abbd1b4edf4ab5c3ec53ddd75b2ac3484c1;hp=89fa10b66eec7dbd5e200326e599909261a5df07;hb=6d6b17fd2311daa48928e36bb131cda8fd1c91eb;hpb=731cbed5b971fac4bddd0ea525da0a90be54425b diff --git a/Makefile.in b/Makefile.in index 89fa10b..79746ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,6 +29,9 @@ libdir = @libdir@ # location of mmh configuration and formats files etcdir = @sysconfdir@ +# location of ... +datarootdir = @datarootdir@ + # location of man pages mandir = @mandir@ @@ -62,7 +65,7 @@ INSTALL_DATA = @INSTALL_DATA@ # all files in this directory included in the distribution DIST = COPYRIGHT DATE INSTALL README VERSION \ - install-sh Makefile.in aclocal.m4 \ + autogen.sh install-sh Makefile.in aclocal.m4 \ acconfig.h config.h.in configure.ac configure stamp-h.in \ config.sub config.guess @@ -99,6 +102,7 @@ superclean: superclean-recursive superclean-local mostlyclean-local: rm -f *~ + rm -rf autom4te.cache clean-local: mostlyclean-local