make/autoconf/source-dirs.m4
changeset 47253 92fd0e04e0e1
parent 47219 fd36993f7bf5
equal deleted inserted replaced
47252:fdac20095dff 47253:92fd0e04e0e1
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 AC_DEFUN_ONCE([SRCDIRS_SETUP_DIRS],
    26 AC_DEFUN_ONCE([SRCDIRS_SETUP_DIRS],
    27 [
    27 [
    28   BUILD_OUTPUT="$OUTPUT_ROOT"
    28   OUTPUTDIR="$OUTPUTDIR"
    29   AC_SUBST(BUILD_OUTPUT)
    29   AC_SUBST(OUTPUTDIR)
    30   JDK_OUTPUTDIR="$OUTPUT_ROOT/jdk"
    30   JDK_OUTPUTDIR="$OUTPUTDIR/jdk"
    31 
    31 
    32   # Where are the sources.
    32   # Where are the sources.
    33   AC_SUBST(TOPDIR)
    33   AC_SUBST(TOPDIR)
    34 ])
    34 ])
    35 
    35