common/autoconf/basics.m4
changeset 36506 17612cee3530
parent 35747 aeaa6d0101a8
child 37402 62b5f067032e
equal deleted inserted replaced
36505:17460b0304f4 36506:17612cee3530
   841   AC_CONFIG_FILES([$OUTPUT_ROOT/spec.gmk:$AUTOCONF_DIR/spec.gmk.in])
   841   AC_CONFIG_FILES([$OUTPUT_ROOT/spec.gmk:$AUTOCONF_DIR/spec.gmk.in])
   842   # The hotspot-spec.gmk file contains legacy variables for the hotspot make system.
   842   # The hotspot-spec.gmk file contains legacy variables for the hotspot make system.
   843   AC_CONFIG_FILES([$OUTPUT_ROOT/hotspot-spec.gmk:$AUTOCONF_DIR/hotspot-spec.gmk.in])
   843   AC_CONFIG_FILES([$OUTPUT_ROOT/hotspot-spec.gmk:$AUTOCONF_DIR/hotspot-spec.gmk.in])
   844   # The bootcycle-spec.gmk file contains support for boot cycle builds.
   844   # The bootcycle-spec.gmk file contains support for boot cycle builds.
   845   AC_CONFIG_FILES([$OUTPUT_ROOT/bootcycle-spec.gmk:$AUTOCONF_DIR/bootcycle-spec.gmk.in])
   845   AC_CONFIG_FILES([$OUTPUT_ROOT/bootcycle-spec.gmk:$AUTOCONF_DIR/bootcycle-spec.gmk.in])
       
   846   # The buildjdk-spec.gmk file contains support for building a buildjdk when cross compiling.
       
   847   AC_CONFIG_FILES([$OUTPUT_ROOT/buildjdk-spec.gmk:$AUTOCONF_DIR/buildjdk-spec.gmk.in])
   846   # The compare.sh is used to compare the build output to other builds.
   848   # The compare.sh is used to compare the build output to other builds.
   847   AC_CONFIG_FILES([$OUTPUT_ROOT/compare.sh:$AUTOCONF_DIR/compare.sh.in])
   849   AC_CONFIG_FILES([$OUTPUT_ROOT/compare.sh:$AUTOCONF_DIR/compare.sh.in])
   848   # The generated Makefile knows where the spec.gmk is and where the source is.
   850   # The generated Makefile knows where the spec.gmk is and where the source is.
   849   # You can run make from the OUTPUT_ROOT, or from the top-level Makefile
   851   # You can run make from the OUTPUT_ROOT, or from the top-level Makefile
   850   # which will look for generated configurations
   852   # which will look for generated configurations