common/autoconf/basics.m4
changeset 43383 5e74f3dd4656
parent 43050 318848ed8345
child 43654 32ee04ab8949
equal deleted inserted replaced
43382:8e0c4b44e4c0 43383:5e74f3dd4656
   744         AC_MSG_ERROR([Invalid SDK or SYSROOT path, dependent framework headers not found])
   744         AC_MSG_ERROR([Invalid SDK or SYSROOT path, dependent framework headers not found])
   745       fi
   745       fi
   746     fi
   746     fi
   747 
   747 
   748     # set SDKROOT too, Xcode tools will pick it up
   748     # set SDKROOT too, Xcode tools will pick it up
   749     AC_SUBST(SDKROOT,$SYSROOT)
   749     SDKROOT="$SYSROOT"
       
   750     AC_SUBST(SDKROOT)
   750   fi
   751   fi
   751 
   752 
   752   # Prepend the extra path to the global path
   753   # Prepend the extra path to the global path
   753   BASIC_PREPEND_TO_PATH([PATH],$EXTRA_PATH)
   754   BASIC_PREPEND_TO_PATH([PATH],$EXTRA_PATH)
   754 
   755 
   829   BASIC_FIXUP_PATH(OUTPUT_ROOT)
   830   BASIC_FIXUP_PATH(OUTPUT_ROOT)
   830 
   831 
   831   CONFIGURESUPPORT_OUTPUTDIR="$OUTPUT_ROOT/configure-support"
   832   CONFIGURESUPPORT_OUTPUTDIR="$OUTPUT_ROOT/configure-support"
   832   $MKDIR -p "$CONFIGURESUPPORT_OUTPUTDIR"
   833   $MKDIR -p "$CONFIGURESUPPORT_OUTPUTDIR"
   833 
   834 
   834   AC_SUBST(SPEC, $OUTPUT_ROOT/spec.gmk)
   835   SPEC="$OUTPUT_ROOT/spec.gmk"
   835   AC_SUBST(CONF_NAME, $CONF_NAME)
   836   AC_SUBST(SPEC)
   836   AC_SUBST(OUTPUT_ROOT, $OUTPUT_ROOT)
   837   AC_SUBST(CONF_NAME)
       
   838   AC_SUBST(OUTPUT_ROOT)
   837   AC_SUBST(CONFIGURESUPPORT_OUTPUTDIR)
   839   AC_SUBST(CONFIGURESUPPORT_OUTPUTDIR)
   838 
   840 
   839   # The spec.gmk file contains all variables for the make system.
   841   # The spec.gmk file contains all variables for the make system.
   840   AC_CONFIG_FILES([$OUTPUT_ROOT/spec.gmk:$AUTOCONF_DIR/spec.gmk.in])
   842   AC_CONFIG_FILES([$OUTPUT_ROOT/spec.gmk:$AUTOCONF_DIR/spec.gmk.in])
   841   # The bootcycle-spec.gmk file contains support for boot cycle builds.
   843   # The bootcycle-spec.gmk file contains support for boot cycle builds.