common/autoconf/basics.m4
changeset 30419 8fb7370e2d33
parent 30417 581a2762eef1
child 31123 2c85f4a793d1
equal deleted inserted replaced
30418:aa3cd6848aa0 30419:8fb7370e2d33
   703       files_present=`$LS $OUTPUT_ROOT`
   703       files_present=`$LS $OUTPUT_ROOT`
   704       # Configure has already touched config.log and confdefs.h in the current dir when this check
   704       # Configure has already touched config.log and confdefs.h in the current dir when this check
   705       # is performed.
   705       # is performed.
   706       filtered_files=`$ECHO "$files_present" \
   706       filtered_files=`$ECHO "$files_present" \
   707           | $SED -e 's/config.log//g' \
   707           | $SED -e 's/config.log//g' \
   708 	      -e 's/confdefs.h//g' \
   708               -e 's/configure.log//g' \
   709 	      -e 's/fixpath.exe//g' \
   709               -e 's/confdefs.h//g' \
   710 	      -e 's/ //g' \
   710               -e 's/ //g' \
   711           | $TR -d '\n'`
   711           | $TR -d '\n'`
   712       if test "x$filtered_files" != x; then
   712       if test "x$filtered_files" != x; then
   713         AC_MSG_NOTICE([Current directory is $CURDIR.])
   713         AC_MSG_NOTICE([Current directory is $CURDIR.])
   714         AC_MSG_NOTICE([Since this is not the source root, configure will output the configuration here])
   714         AC_MSG_NOTICE([Since this is not the source root, configure will output the configuration here])
   715         AC_MSG_NOTICE([(as opposed to creating a configuration in <src_root>/build/<conf-name>).])
   715         AC_MSG_NOTICE([(as opposed to creating a configuration in <src_root>/build/<conf-name>).])