Changeset 76f2e97f for configure


Ignore:
Timestamp:
May 21, 2015, 10:05:22 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:
451665cc
Parents:
843054c2
Message:

change directory name translator to src

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r843054c2 r76f2e97f  
    566566PACKAGE_URL=''
    567567
    568 ac_unique_file="translator/main.cc"
     568ac_unique_file="src/main.cc"
    569569# Factoring default headers for most tests.
    570570ac_includes_default="\
     
    50005000
    50015001
    5002 ac_config_files="$ac_config_files Makefile translator/Makefile driver/Makefile libcfa/Makefile translator/examples/Makefile"
     5002ac_config_files="$ac_config_files Makefile src/Makefile driver/Makefile libcfa/Makefile src/examples/Makefile"
    50035003
    50045004cat >confcache <<\_ACEOF
     
    57385738    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    57395739    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    5740     "translator/Makefile") CONFIG_FILES="$CONFIG_FILES translator/Makefile" ;;
     5740    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
    57415741    "driver/Makefile") CONFIG_FILES="$CONFIG_FILES driver/Makefile" ;;
    57425742    "libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES libcfa/Makefile" ;;
    5743     "translator/examples/Makefile") CONFIG_FILES="$CONFIG_FILES translator/examples/Makefile" ;;
     5743    "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;;
    57445744
    57455745  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Note: See TracChangeset for help on using the changeset viewer.