| 148 if true \ |
148 if true \ |
| 149 ; then |
149 ; then |
| 150 : |
150 : |
| 151 if test -z "$prefix__initialized__"; then |
151 if test -z "$prefix__initialized__"; then |
| 152 prefix__initialized__=1 |
152 prefix__initialized__=1 |
| 153 prefix="/usr" |
153 prefix='/usr' |
| 154 fi |
154 fi |
| 155 if test -z "$exec_prefix__initialized__"; then |
155 if test -z "$exec_prefix__initialized__"; then |
| 156 exec_prefix__initialized__=1 |
156 exec_prefix__initialized__=1 |
| 157 exec_prefix="" |
157 exec_prefix='' |
| 158 fi |
158 fi |
| 159 if test -z "$libdir__initialized__"; then |
159 if test -z "$libdir__initialized__"; then |
| 160 libdir__initialized__=1 |
160 libdir__initialized__=1 |
| 161 libdir="" |
161 libdir='' |
| 162 fi |
162 fi |
| 163 if test -z "$HOST__initialized__"; then |
163 if test -z "$HOST__initialized__"; then |
| 164 HOST__initialized__=1 |
164 HOST__initialized__=1 |
| 165 HOST=`uname -n` |
165 HOST=`uname -n` |
| 166 fi |
166 fi |