common/autoconf/configure.ac
changeset 19759 9d0666acc5af
parent 19525 9dac5000c015
child 20363 fa7663fc5d50
equal deleted inserted replaced
19758:3e519fa7e632 19759:9d0666acc5af
   230 CUSTOM_LATE_HOOK
   230 CUSTOM_LATE_HOOK
   231 
   231 
   232 # We're messing a bit with internal autoconf variables to put the config.status
   232 # We're messing a bit with internal autoconf variables to put the config.status
   233 # in the output directory instead of the current directory.
   233 # in the output directory instead of the current directory.
   234 CONFIG_STATUS="$OUTPUT_ROOT/config.status"
   234 CONFIG_STATUS="$OUTPUT_ROOT/config.status"
       
   235 
   235 # Create the actual output files. Now the main work of configure is done.
   236 # Create the actual output files. Now the main work of configure is done.
   236 AC_OUTPUT
   237 AC_OUTPUT
   237 
   238 
       
   239 # Try to move the config.log file to the output directory. 
       
   240 if test -e ./config.log; then
       
   241   $MV -f ./config.log "$OUTPUT_ROOT/config.log" 2> /dev/null
       
   242 fi
       
   243 
   238 # Make the compare script executable
   244 # Make the compare script executable
   239 $CHMOD +x $OUTPUT_ROOT/compare.sh
   245 $CHMOD +x $OUTPUT_ROOT/compare.sh
   240 
   246 
   241 # Finally output some useful information to the user
   247 # Finally output some useful information to the user
   242 HELP_PRINT_SUMMARY_AND_WARNINGS
   248 HELP_PRINT_SUMMARY_AND_WARNINGS