send,spost: No more use of -alias, spost reads Aliasfile from the profile.
[mmh] / Makefile.in
index 89fa10b..79746ab 100644 (file)
@@ -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