< prev index next >

common/autoconf/configure.ac

Print this page

        

@@ -259,19 +259,19 @@
 # At the end, call the custom hook. (Dummy macro if no custom sources available)
 CUSTOM_LATE_HOOK
 
 # We're messing a bit with internal autoconf variables to put the config.status
 # in the output directory instead of the current directory.
-CONFIG_STATUS="$OUTPUT_ROOT/config.status"
+CONFIG_STATUS="$CONFIGURE_SUPPORT/config.status"
 
 # Create the actual output files. Now the main work of configure is done.
 AC_OUTPUT
 CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK
 
 # Try to move the config.log file to the output directory.
 if test -e ./config.log; then
-  $MV -f ./config.log "$OUTPUT_ROOT/config.log" 2> /dev/null
+  $MV -f ./config.log "$CONFIGURE_SUPPORT/config.log" 2> /dev/null
 fi
 
 # Make the compare script executable
 $CHMOD +x $OUTPUT_ROOT/compare.sh
 
< prev index next >