common/autoconf/basics.m4

changeset 2203
28b247535e18
parent 1304
c27cb0ab944f
child 2204
0e87966d7ff1
equal deleted inserted replaced
2198:67122a315e79 2203:28b247535e18
738 if test -e $OUTPUT_ROOT/spec.gmk; then 738 if test -e $OUTPUT_ROOT/spec.gmk; then
739 IS_RECONFIGURE=yes 739 IS_RECONFIGURE=yes
740 else 740 else
741 IS_RECONFIGURE=no 741 IS_RECONFIGURE=no
742 fi 742 fi
743 743 ])
744 if test -e $SRC_ROOT/build/.hide-configure-performance-hints; then
745 HIDE_PERFORMANCE_HINTS=yes
746 else
747 HIDE_PERFORMANCE_HINTS=no
748 # Hide it the next time around...
749 $TOUCH $SRC_ROOT/build/.hide-configure-performance-hints > /dev/null 2>&1
750 fi
751 ])

mercurial