summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-19 13:29:14 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-19 13:29:14 +0000
commit6b96dd6643f020bac61886a20f79fc02ec6daff0 (patch)
treee0e2d6af18ef1c05ba0ac8beda6078d9aa65b6ab /configure.ac
parentc50beee0cac17382c8f1c9526db30e8449d94f89 (diff)
downloadquilt-6b96dd6643f020bac61886a20f79fc02ec6daff0.tar.gz
- Rename MTA program to SENDMAIL, and improve configure.ac
(from John Vandenberg again, as several other recent things -- thanks!) - Must build the compatibility programs before creating the command reference (which extracts the help texts).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 2 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index c74c5e8..6c9db6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT([quilt],[0.42],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)
-AC_REVISION ($Revision: 1.54 $)
+AC_REVISION ($Revision: 1.55 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)
@@ -187,19 +187,7 @@ will not work correctly until a newer version (>= 1.32) is installed.
fi
fi
-dnl Check for sendmail
-old_PATH=$PATH
-PATH="$PATH:/usr/sbin"
-QUILT_COMPAT_PROG_PATH(MTA, mta, [sendmail])
-PATH=$old_PATH
-
-if test -n "$MTA" ; then
- COMPAT_SYMLINKS="$COMPAT_SYMLINKS mta"
-else
- if ! echo $COMPAT_PROGRAMS $COMPAT_SYMLINKS | grep -q mta; then
- COMPAT_PROGRAMS="$COMPAT_PROGRAMS mta"
- fi
-fi
+QUILT_COMPAT_PROG_PATH(SENDMAIL, [sendmail], [], [/usr/sbin])
AC_ARG_ENABLE(nls, AC_HELP_STRING(
[--enable-nls], [include natural language support]))