common/autoconf/configure.ac

changeset 839
174a54ce39c4
parent 797
69da99676239
child 868
6f19b2440412
equal deleted inserted replaced
838:ec48d637778a 839:174a54ce39c4
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

mercurial