From aab18800bcf364ee5d3f34f96fb88ceec2b50bb9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 2 Aug 2005 01:20:23 +0000 Subject: Rename fetchmailconf to fetchmailconf.py. Add a shell wrapper script fetchmailconf (with @PYTHON@ substituted). Use automake's PYTHON mode to byte-compile the script at install time. svn path=/trunk/; revision=4220 --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 74736db5..34aeadbb 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,9 @@ dnl we may need a newer automake version - the oldest tested is 1.7 AC_PREREQ(2.59) AM_INIT_AUTOMAKE(1.5 foreign no-installinfo) +dnl the : states that python is optional +AM_PATH_PYTHON(2.0,,:) + AC_PROG_AWK AC_PROG_CC AC_PROG_INSTALL @@ -736,7 +739,7 @@ if test "$needtrio" = 1 ; then fi dnl ----------------------------------------------------------------' -AC_CONFIG_FILES([Makefile m4/Makefile +AC_CONFIG_FILES([Makefile m4/Makefile fetchmailconf po/Makefile.in]) AC_OUTPUT -- cgit v1.2.3