Changeset 6aa5ec0f for configure


Ignore:
Timestamp:
May 27, 2015, 3:05:16 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
6244dfb, be5aa1b
Parents:
8a0a7309
Message:

fix automake eighth attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r8a0a7309 r6aa5ec0f  
    640640BACKEND_CC
    641641GCC_PATH
     642MAINT
     643MAINTAINER_MODE_FALSE
     644MAINTAINER_MODE_TRUE
    642645am__untar
    643646am__tar
     
    704707ac_user_opts='
    705708enable_option_checking
     709enable_maintainer_mode
    706710with_backend_compiler
    707711enable_dependency_tracking
     
    13351339  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    13361340  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     1341  --enable-maintainer-mode  enable make rules and dependencies not useful
     1342                          (and sometimes confusing) to the casual installer
    13371343  --disable-dependency-tracking  speeds up one-time build
    13381344  --enable-dependency-tracking   do not reject slow dependency extractors
     
    28662872
    28672873
     2874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
     2875$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
     2876    # Check whether --enable-maintainer-mode was given.
     2877if test "${enable_maintainer_mode+set}" = set; then :
     2878  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
     2879else
     2880  USE_MAINTAINER_MODE=no
     2881fi
     2882
     2883  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
     2884$as_echo "$USE_MAINTAINER_MODE" >&6; }
     2885   if test $USE_MAINTAINER_MODE = yes; then
     2886  MAINTAINER_MODE_TRUE=
     2887  MAINTAINER_MODE_FALSE='#'
     2888else
     2889  MAINTAINER_MODE_TRUE='#'
     2890  MAINTAINER_MODE_FALSE=
     2891fi
     2892
     2893  MAINT=$MAINTAINER_MODE_TRUE
     2894
     2895
     2896
    28682897ac_config_headers="$ac_config_headers config.h"
    28692898
     
    54535482fi
    54545483
     5484if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
     5485  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
     5486Usually this means the macro was only invoked conditionally." "$LINENO" 5
     5487fi
    54555488if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    54565489  as_fn_error $? "conditional \"AMDEP\" was never defined.
Note: See TracChangeset for help on using the changeset viewer.