CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1537 -
(show annotations)
Tue Dec 8 12:16:53 2009 UTC (3 years, 5 months ago) by gesp
File size: 413 byte(s)
Tue Dec 8 12:16:53 2009 UTC (3 years, 5 months ago) by gesp
File size: 413 byte(s)
xterm: autoupdate to 252-1
| 1 | Fix 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 |