Changeset 91788fa for configure


Ignore:
Timestamp:
Jul 25, 2018, 6:23:58 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
a95c117, f0b3f51
Parents:
40a7d9c (diff), e89f4b1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg2:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r40a7d9c r91788fa  
    24922492
    24932493#AC_CONFIG_SRCDIR([src/main.cc])
    2494 ac_config_headers="$ac_config_headers config.h"
     2494ac_config_headers="$ac_config_headers config.h:src/config.h.in"
    24952495
    24962496# Check whether --enable-silent-rules was given.
     
    62956295
    62966296
     6297ac_config_files="$ac_config_files src/tests/config.py"
     6298
    62976299cat >confcache <<\_ACEOF
    62986300# This file is a shell script that caches the results of configure
     
    70487050do
    70497051  case $ac_config_target in
    7050     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     7052    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:src/config.h.in" ;;
    70517053    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    70527054    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     
    70617063    "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
    70627064    "tools/prettyprinter/Makefile") CONFIG_FILES="$CONFIG_FILES tools/prettyprinter/Makefile" ;;
     7065    "src/tests/config.py") CONFIG_FILES="$CONFIG_FILES src/tests/config.py" ;;
    70637066
    70647067  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Note: See TracChangeset for help on using the changeset viewer.