Changeset ad17ba6a for configure


Ignore:
Timestamp:
Jan 26, 2015, 12:08:14 PM (10 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:
bdd516a
Parents:
643a2e1
Message:

generalize example Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r643a2e1 rad17ba6a  
    50005000
    50015001
    5002 ac_config_files="$ac_config_files Makefile translator/Makefile driver/Makefile libcfa/Makefile"
     5002ac_config_files="$ac_config_files Makefile translator/Makefile driver/Makefile libcfa/Makefile translator/examples/Makefile"
    50035003
    50045004cat >confcache <<\_ACEOF
     
    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" ;;
    57435744
    57445745  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
     
    64716472
    64726473
    6473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: The CForAll translator is now configured for your system" >&5
    6474 $as_echo "The CForAll translator is now configured for your system" >&6; }
     6474{ $as_echo "$as_me:${as_lineno-$LINENO}: result: The Cforall translator is now configured for your system" >&5
     6475$as_echo "The Cforall translator is now configured for your system" >&6; }
Note: See TracChangeset for help on using the changeset viewer.