version 1.1, 2020/01/08 16:02:00 |
version 1.3, 2021/10/02 11:42:29 |
Line 586 ac_subst_vars='LTLIBOBJS |
|
Line 586 ac_subst_vars='LTLIBOBJS |
|
LIBOBJS |
LIBOBJS |
GC_DISTDIR |
GC_DISTDIR |
GC_CONFIGURE_ARGS |
GC_CONFIGURE_ARGS |
GC |
|
MKDIR_P |
MKDIR_P |
INSTALL_DATA |
INSTALL_DATA |
INSTALL_SCRIPT |
INSTALL_SCRIPT |
|
|
$as_echo "$MKDIR_P" >&6; } |
$as_echo "$MKDIR_P" >&6; } |
|
|
|
|
GC=gc-7.4.2 |
GC_CONFIGURE_ARGS="--prefix=${prefix} --disable-threads --enable-large-config --enable-static" |
GC_CONFIGURE_ARGS="--prefix=${prefix} --disable-threads --enable-large-config" |
|
if test -n "${host_alias}" ; then |
if test -n "${host_alias}" ; then |
GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" |
GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" |
fi |
fi |
Line 1943 GC_DISTDIR='${prefix}/../OpenXM_dist' |
|
Line 1941 GC_DISTDIR='${prefix}/../OpenXM_dist' |
|
if test ${with_distdir:=no} != no -a ${with_distdir} != yes ; then |
if test ${with_distdir:=no} != no -a ${with_distdir} != yes ; then |
GC_DISTDIR=${with_distdir} |
GC_DISTDIR=${with_distdir} |
fi |
fi |
|
|
|
|
|
|
|
|