test/configure2

changeset 130
424a0fb2c64f
parent 129
b38ea78d842c
equal deleted inserted replaced
129:b38ea78d842c 130:424a0fb2c64f
522 echo > "$TEMP_DIR/flags.mk" 522 echo > "$TEMP_DIR/flags.mk"
523 523
524 DEPENDENCIES_FAILED= 524 DEPENDENCIES_FAILED=
525 ERROR=0 525 ERROR=0
526 # unnamed dependencies 526 # unnamed dependencies
527 TEMP_CFLAGS= 527 TEMP_CFLAGS="$CFLAGS"
528 TEMP_CXXFLAGS= 528 TEMP_CXXFLAGS="$CXXFLAGS"
529 TEMP_LDFLAGS= 529 TEMP_LDFLAGS="$LDFLAGS"
530 while true 530 while true
531 do 531 do
532 while true 532 while true
533 do 533 do
534 if [ -z "$lang_c" ] ; then 534 if [ -z "$lang_c" ] ; then

mercurial