[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/configure between version 1.21 and 1.22

version 1.21, 2003/03/16 18:37:56 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
Line 5808  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

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>