CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 201 -
(show annotations)
Sun Oct 4 15:01:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 413 byte(s)
Sun Oct 4 15:01:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 413 byte(s)
importing opt
| 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 |