Changes in configure [65c61ec:6e4b913]
Legend:
- Unmodified
- Added
- Removed
-
configure
r65c61ec r6e4b913 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.68 for cfa-cc 1.0.0. 0.3 # Generated by GNU Autoconf 2.68 for cfa-cc 1.0.0. 4 4 # 5 5 # Report bugs to <cforall@plg.uwaterloo.ca>. … … 561 561 PACKAGE_NAME='cfa-cc' 562 562 PACKAGE_TARNAME='cfa-cc' 563 PACKAGE_VERSION='1.0.0 .0'564 PACKAGE_STRING='cfa-cc 1.0.0 .0'563 PACKAGE_VERSION='1.0.0' 564 PACKAGE_STRING='cfa-cc 1.0.0' 565 565 PACKAGE_BUGREPORT='cforall@plg.uwaterloo.ca' 566 566 PACKAGE_URL='' … … 1278 1278 # This message is too long to be a string in the A/UX 3.1 sh. 1279 1279 cat <<_ACEOF 1280 \`configure' configures cfa-cc 1.0.0 .0to adapt to many kinds of systems.1280 \`configure' configures cfa-cc 1.0.0 to adapt to many kinds of systems. 1281 1281 1282 1282 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1344 1344 if test -n "$ac_init_help"; then 1345 1345 case $ac_init_help in 1346 short | recursive ) echo "Configuration of cfa-cc 1.0.0 .0:";;1346 short | recursive ) echo "Configuration of cfa-cc 1.0.0:";; 1347 1347 esac 1348 1348 cat <<\_ACEOF … … 1448 1448 if $ac_init_version; then 1449 1449 cat <<\_ACEOF 1450 cfa-cc configure 1.0.0 .01450 cfa-cc configure 1.0.0 1451 1451 generated by GNU Autoconf 2.68 1452 1452 … … 2036 2036 running configure, to aid debugging if configure makes a mistake. 2037 2037 2038 It was created by cfa-cc $as_me 1.0.0 .0, which was2038 It was created by cfa-cc $as_me 1.0.0, which was 2039 2039 generated by GNU Autoconf 2.68. Invocation command line was 2040 2040 … … 2900 2900 # Define the identity of the package. 2901 2901 PACKAGE='cfa-cc' 2902 VERSION='1.0.0 .0'2902 VERSION='1.0.0' 2903 2903 2904 2904 … … 2963 2963 2964 2964 # may require auto* software to be installed 2965 2966 rm -f version2967 echo ${PACKAGE_VERSION} > version # file containing version number for other tools2968 chmod ugo-w version2969 ver_major=`cut -d '.' -f1 version` # subdivide version number into components at periods2970 ver_minor=`cut -d '.' -f2 version`2971 ver_patch=`cut -d '.' -f3 version`2972 ver_build=`cut -d '.' -f4 version`2973 2974 # AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/version'])2975 2976 cat >>confdefs.h <<_ACEOF2977 #define CFA_VERSION_MAJOR ${ver_major}2978 _ACEOF2979 2980 2981 cat >>confdefs.h <<_ACEOF2982 #define CFA_VERSION_MINOR ${ver_minor}2983 _ACEOF2984 2985 2986 cat >>confdefs.h <<_ACEOF2987 #define CFA_VERSION_PATCH ${ver_patch}2988 _ACEOF2989 2990 2991 cat >>confdefs.h <<_ACEOF2992 #define CFA_VERSION_BUILD ${ver_build}2993 _ACEOF2994 2995 2996 cat >>confdefs.h <<_ACEOF2997 #define CFA_VERSION_SHORT "${ver_major}"2998 _ACEOF2999 3000 3001 cat >>confdefs.h <<_ACEOF3002 #define CFA_VERSION "${ver_major}.${ver_minor}"3003 _ACEOF3004 3005 3006 cat >>confdefs.h <<_ACEOF3007 #define CFA_VERSION_LONG "${ver_major}.${ver_minor}.${ver_patch}"3008 _ACEOF3009 3010 3011 cat >>confdefs.h <<_ACEOF3012 #define CFA_VERSION_FULL "${ver_major}.${ver_minor}.${ver_patch}.${ver_build}"3013 _ACEOF3014 3015 2965 3016 2966 # Installation paths … … 6401 6351 # values after options handling. 6402 6352 ac_log=" 6403 This file was extended by cfa-cc $as_me 1.0.0 .0, which was6353 This file was extended by cfa-cc $as_me 1.0.0, which was 6404 6354 generated by GNU Autoconf 2.68. Invocation command line was 6405 6355 … … 6467 6417 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 6468 6418 ac_cs_version="\\ 6469 cfa-cc config.status 1.0.0 .06419 cfa-cc config.status 1.0.0 6470 6420 configured by $0, generated by GNU Autoconf 2.68, 6471 6421 with options \\"\$ac_cs_config\\"
Note:
See TracChangeset
for help on using the changeset viewer.