aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2012-08-17 18:15:02 +0200
committerMatthias Andree <matthias.andree@gmx.de>2012-08-17 18:15:02 +0200
commit057d4d421c32c0458f7be320978d36b553a609cd (patch)
treef2dc9452ddce831342709dca7477a441561f5954 /Makefile.am
parent91b6ab63f35f8f11544b401fced7859d963ad06c (diff)
downloadfetchmail-057d4d421c32c0458f7be320978d36b553a609cd.tar.gz
fetchmail-057d4d421c32c0458f7be320978d36b553a609cd.tar.bz2
fetchmail-057d4d421c32c0458f7be320978d36b553a609cd.zip
Fix installation when PYTHON is enabled.
The Python-related Makefile.am parts were simplified to avoid an automake 1.11.X bug around noinst_PYTHON, Automake Bug #10995. http://lists.gnu.org/archive/html/automake-patches/2012-03/txtbYNp7SPawU.txt
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 8c34c75f..6f247dae 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 \