version 1.20, 2003/03/16 17:43:47 |
version 1.22, 2003/03/17 14:33:47 |
Line 838 Optional Features: |
|
Line 838 Optional Features: |
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
--disable-dependency-tracking Speeds up one-time builds |
--disable-dependency-tracking Speeds up one-time builds |
--enable-dependency-tracking Do not reject slow dependency extractors |
--enable-dependency-tracking Do not reject slow dependency extractors |
|
--enable-maintainer-mode enable make rules and dependencies not useful |
|
(and sometimes confusing) to the casual installer |
--enable-shared enable linking shared libraries. [no] |
--enable-shared enable linking shared libraries. [no] |
--enable-plot enable plot feature. [no] |
--enable-plot enable plot feature. [no] |
--enable-interval enable interval feature. [no] |
--enable-interval enable interval feature. [no] |
Line 1545 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" |
|
Line 1547 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" |
|
# some platforms. |
# some platforms. |
|
|
|
|
|
echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
|
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 |
|
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. |
|
if test "${enable_maintainer_mode+set}" = set; then |
|
enableval="$enable_maintainer_mode" |
|
USE_MAINTAINER_MODE=$enableval |
|
else |
|
USE_MAINTAINER_MODE=no |
|
fi; |
|
echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 |
|
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6 |
|
|
|
|
|
if test $USE_MAINTAINER_MODE = yes; then |
|
MAINTAINER_MODE_TRUE= |
|
MAINTAINER_MODE_FALSE='#' |
|
else |
|
MAINTAINER_MODE_TRUE='#' |
|
MAINTAINER_MODE_FALSE= |
|
fi |
|
MAINT=$MAINTAINER_MODE_TRUE |
|
|
|
|
|
|
# Make sure we can run config.sub. |
# Make sure we can run config.sub. |
$ac_config_sub sun4 >/dev/null 2>&1 || |
$ac_config_sub sun4 >/dev/null 2>&1 || |
{ { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 |
{ { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 |
|
|
|
|
fi |
fi |
if test "${no_x}" != yes ; then |
if test "${no_x}" != yes ; then |
|
if test -f "${x_libraries}/libXpm.a" ; then |
|
XPMLIB="-lXpm" |
|
fi |
# Check whether --enable-plot or --disable-plot was given. |
# Check whether --enable-plot or --disable-plot was given. |
if test "${enable_plot+set}" = set; then |
if test "${enable_plot+set}" = set; then |
enableval="$enable_plot" |
enableval="$enable_plot" |
|
|
fi; |
fi; |
fi |
fi |
|
|
|
|
if test ${enable_plot:=no} != no ; then |
if test ${enable_plot:=no} != no ; then |
libasir_postfix=${libasir_postfix}_X |
libasir_postfix=${libasir_postfix}_X |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
Line 5804 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t |
|
Line 5834 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t |
|
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t |
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t |
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t |
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t |
s,@DEPDIR@,$DEPDIR,;t t |
s,@DEPDIR@,$DEPDIR,;t t |
|
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t |
|
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t |
|
s,@MAINT@,$MAINT,;t t |
s,@build@,$build,;t t |
s,@build@,$build,;t t |
s,@build_cpu@,$build_cpu,;t t |
s,@build_cpu@,$build_cpu,;t t |
s,@build_vendor@,$build_vendor,;t t |
s,@build_vendor@,$build_vendor,;t t |
Line 5835 s,@X_LIBS@,$X_LIBS,;t t |
|
Line 5868 s,@X_LIBS@,$X_LIBS,;t t |
|
s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t |
s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t |
s,@PARIINC@,$PARIINC,;t t |
s,@PARIINC@,$PARIINC,;t t |
s,@PARILIB@,$PARILIB,;t t |
s,@PARILIB@,$PARILIB,;t t |
|
s,@XPMLIB@,$XPMLIB,;t t |
s,@USE_PLOT_TRUE@,$USE_PLOT_TRUE,;t t |
s,@USE_PLOT_TRUE@,$USE_PLOT_TRUE,;t t |
s,@USE_PLOT_FALSE@,$USE_PLOT_FALSE,;t t |
s,@USE_PLOT_FALSE@,$USE_PLOT_FALSE,;t t |
s,@FEPLIB@,$FEPLIB,;t t |
s,@FEPLIB@,$FEPLIB,;t t |