- Timestamp:
- Oct 28, 2016, 1:40:31 PM (8 years ago)
- 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 066d77a
- Parents:
- 77971f6 (diff), 47a8d17 (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
-
configure
r77971f6 r3f0c6a5 646 646 CFA_BACKEND_CC 647 647 BACKEND_CC 648 CONFIG_STATUS_DEPENDENCIES 648 649 MAINT 649 650 MAINTAINER_MODE_FALSE … … 2963 2964 2964 2965 # may require auto* software to be installed 2966 2967 ver_major=`cat version | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\1/'` 2968 ver_minor=`cat version | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\2/'` 2969 ver_patch=`cat version | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\3/'` 2970 ver_build=`cat version | sed -r 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\4/'` 2971 ver_short="\"${ver_major}\"" 2972 ver__long="\"${ver_major}.${ver_minor}\"" 2973 ver__norm="\"${ver_major}.${ver_minor}.${ver_patch}\"" 2974 ver__full="\"${ver_major}.${ver_minor}.${ver_patch}.${ver_build}\"" 2975 2976 CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/version' 2977 2978 2979 cat >>confdefs.h <<_ACEOF 2980 #define CFA_VERSION_MAJOR ${ver_major} 2981 _ACEOF 2982 2983 2984 cat >>confdefs.h <<_ACEOF 2985 #define CFA_VERSION_MINOR ${ver_minor} 2986 _ACEOF 2987 2988 2989 cat >>confdefs.h <<_ACEOF 2990 #define CFA_VERSION_PATCH ${ver_patch} 2991 _ACEOF 2992 2993 2994 cat >>confdefs.h <<_ACEOF 2995 #define CFA_VERSION_BUILD ${ver_build} 2996 _ACEOF 2997 2998 2999 cat >>confdefs.h <<_ACEOF 3000 #define CFA_VERSION_SHORT ${ver_short} 3001 _ACEOF 3002 3003 3004 cat >>confdefs.h <<_ACEOF 3005 #define CFA_VERSION ${ver__long} 3006 _ACEOF 3007 3008 3009 cat >>confdefs.h <<_ACEOF 3010 #define CFA_VERSION_LONG ${ver__norm} 3011 _ACEOF 3012 3013 3014 cat >>confdefs.h <<_ACEOF 3015 #define CFA_VERSION_FULL ${ver__full} 3016 _ACEOF 3017 2965 3018 2966 3019 # Installation paths
Note: See TracChangeset
for help on using the changeset viewer.