summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-03-25 13:49:24 +0000
committerJean Delvare <khali@linux-fr.org>2006-03-25 13:49:24 +0000
commitfa45df17d6f6cf77f40c01196fe65eaa25be32a8 (patch)
treed876081d109476705441a9104bbcc96db746c4f6 /configure.ac
parent89ecf7e2648113efec3389e4dc3361d04bb45369 (diff)
downloadquilt-fa45df17d6f6cf77f40c01196fe65eaa25be32a8.tar.gz
- Makefile.in: configure depends on aclocal.m4 too.
- configure.ac: Cleanup two QUILT_COMPAT_PROG_PATH calls, the second parameter is not supposed to be a list. - aclocal.m4: Document the fourth (optional) parameter of QUILT_COMPAT_PROG_PATH. - aclocal.m4: No need to check for binaries we were told not to use.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ab85b82..d5e972f 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.44],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)
-AC_REVISION ($Revision: 1.76 $)
+AC_REVISION ($Revision: 1.77 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)
@@ -284,7 +284,7 @@ does understand -path, you can supply its path with the
])
fi
-QUILT_COMPAT_PROG_PATH(DIFFSTAT, [diffstat])
+QUILT_COMPAT_PROG_PATH(DIFFSTAT, diffstat)
if test -z "$INTERNAL_DIFFSTAT"; then
# We need diffstat version 1.32 or better, else quilt refresh --diffstat
@@ -315,7 +315,7 @@ will not work correctly until a newer version (>= 1.32) is installed.
fi
fi
-QUILT_COMPAT_PROG_PATH(SENDMAIL, [sendmail], [], [/usr/sbin])
+QUILT_COMPAT_PROG_PATH(SENDMAIL, sendmail, [], [/usr/sbin])
AC_PATH_PROG(MSGMERGE, [msgmerge])
AC_PATH_PROG(MSGFMT, [msgfmt])