Changes in libcfa/configure [81e60f7:3fcbdca1]
- File:
-
- 1 edited
-
libcfa/configure (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r81e60f7 r3fcbdca1 707 707 CONFIG_CFLAGS 708 708 ARCH_FLAGS 709 PRELUDEFLAG710 CFADIR_HASH711 LOCAL_CC1712 LOCAL_CFACC713 709 CFACPP 714 710 CFACC 715 ENABLE_DISTCC_FALSE716 ENABLE_DISTCC_TRUE717 711 CFA_VERSION 718 712 DRIVER_DIR … … 789 783 enable_option_checking 790 784 enable_silent_rules 791 enable_distcc792 785 with_cfa_name 793 786 enable_shared … … 1452 1445 --enable-silent-rules less verbose build output (undo: "make V=1") 1453 1446 --disable-silent-rules verbose build output (undo: "make V=0") 1454 --enable-distcc whether or not to enable distributed compilation1455 1447 --enable-shared[=PKGS] build shared libraries [default=yes] 1456 1448 --enable-static[=PKGS] build static libraries [default=yes] … … 2949 2941 2950 2942 2951 # Check whether --enable-distcc was given. 2952 if test "${enable_distcc+set}" = set; then : 2953 enableval=$enable_distcc; enable_distcc=$enableval 2954 else 2955 enable_distcc=no 2956 fi 2957 2958 2959 echo -n "checking for distributated build... " 2960 if test x$enable_distcc = xno; then 2961 CFACC=${DRIVER_DIR}cfa 2962 PRELUDEFLAG='-in-tree' 2963 echo "no" 2964 else 2965 tools="$(readlink -m $ac_confdir/)/../tools/build" 2966 config=$(basename $(readlink -f .)) 2967 echo "$tools/distcc_hash $config" 2968 CFADIR_HASH=$($tools/distcc_hash $config) 2969 CFACC="distcc ~/.cfadistcc/${CFADIR_HASH}/cfa" 2970 PRELUDEFLAG='-dist-tree' 2971 echo "yes (hash=${CFADIR_HASH})" 2972 fi 2943 CFACC=${DRIVER_DIR}cfa 2973 2944 CFACPP=${DRIVER_DIR}cfa-cpp 2974 LOCAL_CFACC=${DRIVER_DIR}cfa2975 LOCAL_CC1=${DRIVER_DIR}cc12976 2977 if test x$enable_distcc = xyes; then2978 ENABLE_DISTCC_TRUE=2979 ENABLE_DISTCC_FALSE='#'2980 else2981 ENABLE_DISTCC_TRUE='#'2982 ENABLE_DISTCC_FALSE=2983 fi2984 2985 2986 2987 2988 2989 2990 2945 2991 2946 … … 17027 16982 fi 17028 16983 17029 if test -z "${ENABLE_DISTCC_TRUE}" && test -z "${ENABLE_DISTCC_FALSE}"; then17030 as_fn_error $? "conditional \"ENABLE_DISTCC\" was never defined.17031 Usually this means the macro was only invoked conditionally." "$LINENO" 517032 fi17033 16984 if test -z "${BUILDLIB_TRUE}" && test -z "${BUILDLIB_FALSE}"; then 17034 16985 as_fn_error $? "conditional \"BUILDLIB\" was never defined.
Note:
See TracChangeset
for help on using the changeset viewer.