]> git.pld-linux.org Git - packages/strace.git/blame - strace-acfix.patch
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/strace.git] / strace-acfix.patch
CommitLineData
f90d9891
JB
1--- strace-4.4/configure.in.orig Mon Jul 23 16:41:40 2001
2+++ strace-4.4/configure.in Fri Oct 19 16:41:22 2001
3@@ -1,7 +1,6 @@
4 AC_INIT(strace.c)
5 AC_CANONICAL_SYSTEM()
6 AC_MSG_CHECKING(for supported operating system)
7-changequote(,)dnl
8
9 case "$host_os" in
10 linux*)
11@@ -19,7 +18,7 @@
12 sysv5*)
13 opsys=svr4
14 ;;
15-irix[56]*)
16+irix[[56]]*)
17 opsys=svr4
18 ;;
19 freebsd*)
20@@ -38,7 +37,7 @@
21
22 AC_MSG_CHECKING(for supported architecture)
23 case "$target_cpu" in
24-i[3456]86|pentium)
25+i[[3456]]86|pentium)
26 arch=i386
27 ;;
28 ia64)
29@@ -84,10 +83,9 @@
30 osarch="$opsys/$arch"
31 fi
32
33-OPSYS=`echo $opsys | tr '[a-z]' '[A-Z]'`
34-ARCH=`echo $arch | tr '[a-z]' '[A-Z]'`
35+OPSYS=`[echo $opsys | tr '[a-z]' '[A-Z]']`
36+ARCH=`[echo $arch | tr '[a-z]' '[A-Z]']`
37
38-changequote([,])dnl
39 CFLAGS="-D_GNU_SOURCE $CFLAGS"
40 AC_CONFIG_HEADER(config.h)
41 AC_SUBST(opsys)
This page took 0.030734 seconds and 4 git commands to generate.