common/autoconf/basics.m4

changeset 2211
2209644bcac4
parent 2206
7ba4e17574e0
child 2212
dd97daafa80b
equal deleted inserted replaced
2210:a05ed58d5ae0 2211:2209644bcac4
562 AC_CONFIG_FILES([$OUTPUT_ROOT/spec.sh:$AUTOCONF_DIR/spec.sh.in]) 562 AC_CONFIG_FILES([$OUTPUT_ROOT/spec.sh:$AUTOCONF_DIR/spec.sh.in])
563 # The generated Makefile knows where the spec.gmk is and where the source is. 563 # The generated Makefile knows where the spec.gmk is and where the source is.
564 # You can run make from the OUTPUT_ROOT, or from the top-level Makefile 564 # You can run make from the OUTPUT_ROOT, or from the top-level Makefile
565 # which will look for generated configurations 565 # which will look for generated configurations
566 AC_CONFIG_FILES([$OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in]) 566 AC_CONFIG_FILES([$OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in])
567
568 # Save the arguments given to us
569 echo "$CONFIGURE_COMMAND_LINE" > $OUTPUT_ROOT/configure-arguments
570 ]) 567 ])
571 568
572 AC_DEFUN_ONCE([BASIC_SETUP_LOGGING], 569 AC_DEFUN_ONCE([BASIC_SETUP_LOGGING],
573 [ 570 [
574 # Setup default logging of stdout and stderr to build.log in the output root. 571 # Setup default logging of stdout and stderr to build.log in the output root.

mercurial