summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--quilt.changes5
2 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 91addbf..ae75ea7 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.66 $)
+AC_REVISION ($Revision: 1.67 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)
@@ -214,7 +214,7 @@ if $PATCH --version 2> /dev/null | grep -q GNU ; then
saved_IFS=$IFS; IFS='.'
set -- $patch_version
IFS=$saved_IFS
- set -- `echo $1 | tr -cd 0-9` `echo $2 | tr -cd 0-9`
+ set -- `echo $1 | $TR -cd 0-9` `echo $2 | $TR -cd 0-9`
if test 0$1 -lt 2 || test 0$1 -eq 2 -a 0$2 -lt 4 ; then
patch_version=
fi
diff --git a/quilt.changes b/quilt.changes
index 084e0e1..9773090 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jan 23 21:40:26 CET 2006 - agruen@suse.de
+
+- configure.ac: Use $TR instead of tr.
+
+-------------------------------------------------------------------
Mon Jan 23 16:00:39 CET 2006 - jayvdb@gmail.com
- Fix make check-all and make check-*.