Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r56de5932 ra5c722b  
    691691BACKEND_CC
    692692CFA_NAME
     693MAINT
     694MAINTAINER_MODE_FALSE
     695MAINTAINER_MODE_TRUE
    693696am__untar
    694697am__tar
     
    761764enable_option_checking
    762765enable_silent_rules
     766enable_maintainer_mode
    763767with_cfa_name
    764768with_backend_compiler
     
    14151419  --enable-silent-rules   less verbose build output (undo: "make V=1")
    14161420  --disable-silent-rules  verbose build output (undo: "make V=0")
     1421  --disable-maintainer-mode
     1422                          disable make rules and dependencies not useful (and
     1423                          sometimes confusing) to the casual installer
    14171424  --enable-target-release Build and install the release target
    14181425  --enable-target-debug   Build and install the debug target
     
    30683075
    30693076
     3077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
     3078$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
     3079    # Check whether --enable-maintainer-mode was given.
     3080if test "${enable_maintainer_mode+set}" = set; then :
     3081  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
     3082else
     3083  USE_MAINTAINER_MODE=yes
     3084fi
     3085
     3086  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
     3087$as_echo "$USE_MAINTAINER_MODE" >&6; }
     3088   if test $USE_MAINTAINER_MODE = yes; then
     3089  MAINTAINER_MODE_TRUE=
     3090  MAINTAINER_MODE_FALSE='#'
     3091else
     3092  MAINTAINER_MODE_TRUE='#'
     3093  MAINTAINER_MODE_FALSE=
     3094fi
     3095
     3096  MAINT=$MAINTAINER_MODE_TRUE
     3097
     3098                        # may require auto* software to be installed
     3099
    30703100# Allow program name tansformation
    30713101# will fill program_transform_name with appropriate sed regex
     
    62656295
    62666296
    6267 ac_config_links="$ac_config_links src/tests/test.py:src/tests/test.py"
    6268 
    6269 
    62706297ac_config_files="$ac_config_files src/tests/config.py"
    62716298
     
    63956422fi
    63966423
     6424if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
     6425  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
     6426Usually this means the macro was only invoked conditionally." "$LINENO" 5
     6427fi
    63976428if test -z "${BUILD_RELEASE_TRUE}" && test -z "${BUILD_RELEASE_FALSE}"; then
    63986429  as_fn_error $? "conditional \"BUILD_RELEASE\" was never defined.
     
    68516882config_files="$ac_config_files"
    68526883config_headers="$ac_config_headers"
    6853 config_links="$ac_config_links"
    68546884config_commands="$ac_config_commands"
    68556885
     
    68816911Configuration headers:
    68826912$config_headers
    6883 
    6884 Configuration links:
    6885 $config_links
    68866913
    68876914Configuration commands:
     
    70367063    "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
    70377064    "tools/prettyprinter/Makefile") CONFIG_FILES="$CONFIG_FILES tools/prettyprinter/Makefile" ;;
    7038     "src/tests/test.py") CONFIG_LINKS="$CONFIG_LINKS src/tests/test.py:src/tests/test.py" ;;
    70397065    "src/tests/config.py") CONFIG_FILES="$CONFIG_FILES src/tests/config.py" ;;
    70407066
     
    70517077  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
    70527078  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
    7053   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
    70547079  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
    70557080fi
     
    73497374
    73507375
    7351 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
     7376eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
    73527377shift
    73537378for ac_tag
     
    76267651          s/.*/./; q'`/stamp-h$_am_stamp_count
    76277652 ;;
    7628   :L)
    7629   #
    7630   # CONFIG_LINK
    7631   #
    7632 
    7633   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
    7634     :
    7635   else
    7636     # Prefer the file from the source tree if names are identical.
    7637     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
    7638       ac_source=$srcdir/$ac_source
    7639     fi
    7640 
    7641     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
    7642 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
    7643 
    7644     if test ! -r "$ac_source"; then
    7645       as_fn_error $? "$ac_source: file not found" "$LINENO" 5
    7646     fi
    7647     rm -f "$ac_file"
    7648 
    7649     # Try a relative symlink, then a hard link, then a copy.
    7650     case $ac_source in
    7651     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
    7652         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
    7653     esac
    7654     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
    7655       ln "$ac_source" "$ac_file" 2>/dev/null ||
    7656       cp -p "$ac_source" "$ac_file" ||
    7657       as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
    7658   fi
    7659  ;;
     7653
    76607654  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
    76617655$as_echo "$as_me: executing $ac_file commands" >&6;}
Note: See TracChangeset for help on using the changeset viewer.