summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
-rw-r--r--quilt.changes6
2 files changed, 9 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3f2acd6..3537eff 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.40 $)
+AC_REVISION ($Revision: 1.41 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)
@@ -102,8 +102,8 @@ AC_ARG_WITH(awk, AC_HELP_STRING(
dnl Test for awk features that may be mising?
-if test -z "$PERL" ; then
- AC_MSG_ERROR([Please specify the location of Perl with the option '--with-perl'])
+if test -z "$AWK" ; then
+ AC_MSG_ERROR([Please specify the location of awk with the option '--with-awk'])
fi
dnl Checks for mktemp (for creating temporary files and directories)
diff --git a/quilt.changes b/quilt.changes
index 5baf95f..840fdf2 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri Sep 16 20:57:32 CEST 2005 - khali@linux-fr.org
+
+- configure.ac: Fix a copy-n-paste bug which was causing perl to
+ be checked twice and awk not to be checked properly.
+
+-------------------------------------------------------------------
Fri Sep 16 18:49:05 CEST 2005 - khali@linux-fr.org
- Make it possible to pass arbitrary options to diffstat, by