X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile.am;h=e9c59472e3c337916b86483e6c7caa46b782eaa1;hb=e4dd196b137223195739b9e0f50ec2a8a02b3534;hp=8c34c75f6bf64a51d4065dd813eb3efb601d9a03;hpb=f1c0ba89205211f7f723ca81c0130dde30dca336;p=~andy%2Ffetchmail diff --git a/Makefile.am b/Makefile.am index 8c34c75f..e9c59472 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,15 +16,9 @@ dist_man1_MANS= fetchmail.man pys= fetchmailconf.py pym= fetchmailconf.man -if HAVE_PYTHON nodist_bin_SCRIPTS= fetchmailconf python_PYTHON= $(pys) dist_man1_MANS+= $(pym) -EXTRA_DIST= -else -noinst_PYTHON= $(pys) -EXTRA_DIST= $(pym) -endif CLEANFILES= $(nodist_bin_SCRIPTS) @@ -155,7 +149,7 @@ DISTDOCS= FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \ # extra directories to ship distdirs = rh-config contrib beos -EXTRA_DIST+= $(DISTDOCS) $(distdirs) \ +EXTRA_DIST= $(DISTDOCS) $(distdirs) \ fetchmail.spec fetchmail.xpm \ trio/CHANGES trio/README \ strlcpy.3 bighand.png \ @@ -228,10 +222,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 @@ -248,6 +238,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"