Changeset 3746 in orxonox.OLD for orxonox/branches/levelloader/configure
- Timestamp:
- Apr 7, 2005, 3:54:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/configure
r3605 r3746 1603 1603 fi 1604 1604 1605 if mkdir -p -- version . >/dev/null 2>&1 && test ! -d ./--version; then1605 if mkdir -p -- . 2>/dev/null; then 1606 1606 # Keeping the `.' argument allows $(mkdir_p) to be used without 1607 1607 # argument. Indeed, we sometimes output rules like … … 1616 1616 # directories to create, and then abort because `.' already 1617 1617 # exists. 1618 for d in ./-p ./-- version;1618 for d in ./-p ./--; 1619 1619 do 1620 1620 test -d $d && rmdir $d … … 2522 2522 for i in 1 2 3 4 5 6; do 2523 2523 echo '#include "conftst'$i'.h"' >> sub/conftest.c 2524 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 2525 # Solaris 8's {/usr,}/bin/sh. 2526 touch sub/conftst$i.h 2524 : > sub/conftst$i.h 2527 2525 done 2528 2526 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 2552 2550 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 2553 2551 # icc doesn't choke on unknown options, it will just issue warnings 2554 # or remarks (even with -Werror). So we grep stderr for any message 2555 # that says an option was ignored or not supported. 2556 # When given -MP, icc 7.0 and 7.1 complain thusly: 2557 # icc: Command line warning: ignoring option '-M'; no argument required 2558 # The diagnosis changed in icc 8.0: 2559 # icc: Command line remark: option '-MP' not supported 2560 if (grep 'ignoring option' conftest.err || 2561 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 2552 # (even with -Werror). So we grep stderr for any message 2553 # that says an option was ignored. 2554 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 2562 2555 am_cv_CXX_dependencies_compiler_type=$depmode 2563 2556 break … … 3360 3353 for i in 1 2 3 4 5 6; do 3361 3354 echo '#include "conftst'$i'.h"' >> sub/conftest.c 3362 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 3363 # Solaris 8's {/usr,}/bin/sh. 3364 touch sub/conftst$i.h 3355 : > sub/conftst$i.h 3365 3356 done 3366 3357 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 3390 3381 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3391 3382 # icc doesn't choke on unknown options, it will just issue warnings 3392 # or remarks (even with -Werror). So we grep stderr for any message 3393 # that says an option was ignored or not supported. 3394 # When given -MP, icc 7.0 and 7.1 complain thusly: 3395 # icc: Command line warning: ignoring option '-M'; no argument required 3396 # The diagnosis changed in icc 8.0: 3397 # icc: Command line remark: option '-MP' not supported 3398 if (grep 'ignoring option' conftest.err || 3399 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 3383 # (even with -Werror). So we grep stderr for any message 3384 # that says an option was ignored. 3385 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 3400 3386 am_cv_CC_dependencies_compiler_type=$depmode 3401 3387 break … … 9639 9625 # Extract the definition of DEP_FILES from the Makefile without 9640 9626 # running `make'. 9641 DEPDIR=`sed -n 's/^DEPDIR =//p' < "$mf"`9627 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 9642 9628 test -z "$DEPDIR" && continue 9643 9629 # When using ansi2knr, U may be empty or an underscore; expand it 9644 U=`sed -n 's/^U =//p' < "$mf"`9630 U=`sed -n -e '/^U = / s///p' < "$mf"` 9645 9631 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 9646 9632 # We invoke sed twice because it is the simplest approach to 9647 9633 # changing $(DEPDIR) to its actual value in the expansion. 9648 for file in `sed -n '9634 for file in `sed -n -e ' 9649 9635 /^DEP_FILES = .*\\\\$/ { 9650 9636 s/^DEP_FILES = //
Note: See TracChangeset
for help on using the changeset viewer.