common/autoconf/basics.m4
changeset 22716 cf32fe2eb254
parent 22478 5ca2b792a5fd
child 22721 63761da45392
equal deleted inserted replaced
22715:8621ef3d6caa 22716:cf32fe2eb254
   556   AC_CONFIG_FILES([$OUTPUT_ROOT/spec.sh:$AUTOCONF_DIR/spec.sh.in])
   556   AC_CONFIG_FILES([$OUTPUT_ROOT/spec.sh:$AUTOCONF_DIR/spec.sh.in])
   557   # The generated Makefile knows where the spec.gmk is and where the source is.
   557   # The generated Makefile knows where the spec.gmk is and where the source is.
   558   # You can run make from the OUTPUT_ROOT, or from the top-level Makefile
   558   # You can run make from the OUTPUT_ROOT, or from the top-level Makefile
   559   # which will look for generated configurations
   559   # which will look for generated configurations
   560   AC_CONFIG_FILES([$OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in])
   560   AC_CONFIG_FILES([$OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in])
   561 
       
   562   # Save the arguments given to us
       
   563   echo "$CONFIGURE_COMMAND_LINE" > $OUTPUT_ROOT/configure-arguments
       
   564 ])
   561 ])
   565 
   562 
   566 AC_DEFUN_ONCE([BASIC_SETUP_LOGGING],
   563 AC_DEFUN_ONCE([BASIC_SETUP_LOGGING],
   567 [
   564 [
   568   # Setup default logging of stdout and stderr to build.log in the output root.
   565   # Setup default logging of stdout and stderr to build.log in the output root.