CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: initial import (verified compilation)
[attic/ports/opt-cross.git] / xterm / configure.diff
CommitLineData
6d085014
JB
1Fix a stupid bashism
2--- configure.orig 2006-05-02 02:01:12.637169936 +0200
3+++ configure 2006-05-02 02:01:30.861399432 +0200
4@@ -5217,7 +5217,7 @@ if test "${with_app_defaults+set}" = set
5 withval="$with_app_defaults"
6
7 else
8- withval="${appsdir-'\$(exec_prefix)/lib/X11/app-defaults'}"
9+ withval="${appsdir-'\$\(exec_prefix\)/lib/X11/app-defaults'}"
10 fi;
11 case ".$withval" in #(vi
12 .\$\(*\)*|.\'*\'*) #(vi