common/autoconf/configure.ac
changeset 20363 fa7663fc5d50
parent 19759 9d0666acc5af
child 20654 2c17cbccf2ef
equal deleted inserted replaced
20362:5f8289bfda3e 20363:fa7663fc5d50
   234 CONFIG_STATUS="$OUTPUT_ROOT/config.status"
   234 CONFIG_STATUS="$OUTPUT_ROOT/config.status"
   235 
   235 
   236 # 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.
   237 AC_OUTPUT
   237 AC_OUTPUT
   238 
   238 
   239 # Try to move the config.log file to the output directory. 
   239 # Try to move the config.log file to the output directory.
   240 if test -e ./config.log; then
   240 if test -e ./config.log; then
   241   $MV -f ./config.log "$OUTPUT_ROOT/config.log" 2> /dev/null
   241   $MV -f ./config.log "$OUTPUT_ROOT/config.log" 2> /dev/null
   242 fi
   242 fi
   243 
   243 
   244 # Make the compare script executable
   244 # Make the compare script executable