comparison configure @ 24648:ce126ce0362f

Nuke some more outdated and confusing comments.
author diego
date Sat, 29 Sep 2007 22:16:07 +0000
parents 9d4fe620a1f4
children aa3ba702dec5
comparison
equal deleted inserted replaced
24647:9d4fe620a1f4 24648:ce126ce0362f
1313 1313
1314 rm -f "$TMPLOG" 1314 rm -f "$TMPLOG"
1315 echo configuration: $_configuration > "$TMPLOG" 1315 echo configuration: $_configuration > "$TMPLOG"
1316 echo >> "$TMPLOG" 1316 echo >> "$TMPLOG"
1317 1317
1318 # config files
1319
1320 # FIXME: A lot of stuff is installed under /usr/local
1321 # NK: But we should never use this stuff implicitly since we call compiler
1322 # from /usr we should be sure that there no effects from other compilers
1323 # (libraries) which might be installed into /usr/local. Let users use this
1324 # stuff explicitly as command line argument. In other words: It would be
1325 # resonable to have only /usr/include or only /usr/local/include.
1326
1327 if openbsd ; then 1318 if openbsd ; then
1328 _ldconfig="ldconfig -R" 1319 _ldconfig="ldconfig -R"
1329 fi 1320 fi
1330 1321
1331 if freebsd ; then 1322 if freebsd ; then