[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:19 UTC 2009
The following commit has been merged in the upstream branch:
commit a80176c15022d4284b4a33cadab62af4899197a0
Author: Clint Adams <schizo at debian.org>
Date: Tue Oct 30 16:40:34 2007 +0000
Apply patch from Andrew Benham to handle building with non-GNU tr. closes: #448631.
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-135
diff --git a/configure.ac b/configure.ac
index e0d9d6b..86cbfc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -285,10 +285,10 @@ dnl
dnl for WRAPPED in _${PRE}${FUNC}; do
dnl FOUND=$WRAPPED
if test -n "$FOUND"; then
- PF=`echo ${PRE}${FUNC}| tr '[a-z]' '[A-Z]'`
- DEFINE_WRAP=`echo wrap_${PRE}${FUNC}| tr '[a-z]' '[A-Z]'`
- DEFINE_NEXT=`echo wrap_${FOUND}| tr '[a-z]' '[A-Z]'`
- DEFINE_ARG=`echo wrap_${FOUND}| tr '[a-z]' '[A-Z]'`
+ PF=[`echo ${PRE}${FUNC}| tr '[a-z]' '[A-Z]'`]
+ DEFINE_WRAP=[`echo wrap_${PRE}${FUNC}| tr '[a-z]' '[A-Z]'`]
+ DEFINE_NEXT=[`echo wrap_${FOUND}| tr '[a-z]' '[A-Z]'`]
+ DEFINE_ARG=[`echo wrap_${FOUND}| tr '[a-z]' '[A-Z]'`]
AC_DEFINE_UNQUOTED(WRAP_${PF}, $FOUND)
AC_DEFINE_UNQUOTED(WRAP_${PF}_QUOTE, "$FOUND")
AC_DEFINE_UNQUOTED(TMP_${PF}, tmp_$FOUND)
--
fakeroot
More information about the Fakeroot-commits
mailing list