X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile.am;h=03ee09182af0635ea1283c3d0ff5fc4142d76b3f;hb=ad5ca720795a2f55474a22b63f3a26c2470dd3f2;hp=5e72668a7a801fd25878679d573934dac5576619;hpb=d7c26e1e430ee83cc65d4eae52ad86101bfad197;p=~andy%2Ffetchmail diff --git a/Makefile.am b/Makefile.am index 5e72668a..03ee0918 100644 --- a/Makefile.am +++ b/Makefile.am @@ -206,10 +206,6 @@ dist-hook: cd $(distdir) && find $(distdirs) po -name .git -type d -prune -exec rm -rf '{}' ';' cd $(distdir) && find $(distdirs) po -name '*~' -exec rm -f '{}' ';' -.PHONY: lsm -lsm: genlsm.sh dist - $(SHELL) genlsm.sh >$(PACKAGE)-$(VERSION).lsm - # this target expects a .rsyncs file with lines of this format: # host:directory/ # it will call rsync from its source directory to the destination for @@ -226,6 +222,9 @@ SUFFIXES = .html .txt .txt.html: asciidoc --unsafe -a toc -a data-uri -o $@ $< || { rm -f $@ ; exit 1 ; } +# default to some non-default options when using "make distcheck" +AM_DISTCHECK_CONFIGURE_FLAGS=--with-ssl + # The following sets edit modes for GNU EMACS. # Local Variables: # compile-command:"configure"