Changeset 6d44da1 for libcfa/configure
- Timestamp:
- Sep 25, 2018, 11:35:34 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- c6bbcdb
- Parents:
- 341bb80 (diff), 7428ad9 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r341bb80 r6d44da1 701 701 CFA_PREFIX 702 702 CFA_NAME 703 BUILDLIB_FALSE 704 BUILDLIB_TRUE 705 CONFIG_BUILDLIB 703 706 CONFIG_CFAFLAGS 704 707 CONFIG_CFLAGS … … 2376 2379 2377 2380 2381 2378 2382 am__api_version='1.15' 2379 2383 … … 2947 2951 CONFIG_CFLAGS="-O0 -g" 2948 2952 CONFIG_CFAFLAGS="-debug" 2953 CONFIG_BUILDLIB="yes" 2949 2954 ;; 2950 2955 "nodebug" ) 2951 2956 CONFIG_CFLAGS="-O2 -s" 2952 2957 CONFIG_CFAFLAGS="-nodebug" 2958 CONFIG_BUILDLIB="yes" 2953 2959 ;; 2954 2960 "nolib" ) 2955 CONFIG_CFLAGS="" 2956 CONFIG_CFAFLAGS="" 2961 CONFIG_CFLAGS="-O2 -s" 2962 CONFIG_CFAFLAGS="-nodebug" 2963 CONFIG_BUILDLIB="no" 2957 2964 ;; 2958 2965 esac 2959 2966 2960 2967 2968 2969 2970 2971 if test "x${CONFIG_BUILDLIB}" = "xyes"; then 2972 BUILDLIB_TRUE= 2973 BUILDLIB_FALSE='#' 2974 else 2975 BUILDLIB_TRUE='#' 2976 BUILDLIB_FALSE= 2977 fi 2961 2978 2962 2979 … … 16944 16961 fi 16945 16962 16963 if test -z "${BUILDLIB_TRUE}" && test -z "${BUILDLIB_FALSE}"; then 16964 as_fn_error $? "conditional \"BUILDLIB\" was never defined. 16965 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16966 fi 16946 16967 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 16947 16968 as_fn_error $? "conditional \"AMDEP\" was never defined.
Note: See TracChangeset
for help on using the changeset viewer.