Changeset 523
Legend:
- Unmodified
- Added
- Removed
-
trunk/VERSION
r516 r523 1 1. 5.41 1.6.0 -
trunk/configure
r410 r523 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.67 for SALI 1.5. 3 # Generated by GNU Autoconf 2.67 for SALI 1.6.0 4 . 4 5 # 5 6 # Report bugs to <sali@sara.nl>. … … 551 552 PACKAGE_NAME='SALI' 552 553 PACKAGE_TARNAME='sali' 553 PACKAGE_VERSION='1.5' 554 PACKAGE_STRING='SALI 1.5' 554 PACKAGE_VERSION='1.6.0 555 ' 556 PACKAGE_STRING='SALI 1.6.0 557 ' 555 558 PACKAGE_BUGREPORT='sali@sara.nl' 556 559 PACKAGE_URL='' … … 1177 1180 # This message is too long to be a string in the A/UX 3.1 sh. 1178 1181 cat <<_ACEOF 1179 \`configure' configures SALI 1.5 to adapt to many kinds of systems. 1182 \`configure' configures SALI 1.6.0 1183 to adapt to many kinds of systems. 1180 1184 1181 1185 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1238 1242 if test -n "$ac_init_help"; then 1239 1243 case $ac_init_help in 1240 short | recursive ) echo "Configuration of SALI 1.5:";; 1244 short | recursive ) echo "Configuration of SALI 1.6.0 1245 :";; 1241 1246 esac 1242 1247 cat <<\_ACEOF … … 1320 1325 if $ac_init_version; then 1321 1326 cat <<\_ACEOF 1322 SALI configure 1.5 1327 SALI configure 1.6.0 1328 1323 1329 generated by GNU Autoconf 2.67 1324 1330 … … 1450 1456 running configure, to aid debugging if configure makes a mistake. 1451 1457 1452 It was created by SALI $as_me 1.5, which was 1458 It was created by SALI $as_me 1.6.0 1459 , which was 1453 1460 generated by GNU Autoconf 2.67. Invocation command line was 1454 1461 … … 3169 3176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${OS} release ${OS_RELEASE}" >&5 3170 3177 $as_echo "found ${OS} release ${OS_RELEASE}" >&6; } 3178 elif test -e /etc/redhat-release ; then 3179 OS=rhel 3180 OS_RELEASE=$(cat /etc/redhat-release|awk '{print $3}') 3181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${OS} release ${OS_RELEASE}" >&5 3182 $as_echo "found ${OS} release ${OS_RELEASE}" >&6; } 3171 3183 else 3172 3184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 … … 3768 3780 # values after options handling. 3769 3781 ac_log=" 3770 This file was extended by SALI $as_me 1.5, which was 3782 This file was extended by SALI $as_me 1.6.0 3783 , which was 3771 3784 generated by GNU Autoconf 2.67. Invocation command line was 3772 3785 … … 3821 3834 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 3822 3835 ac_cs_version="\\ 3823 SALI config.status 1.5 3836 SALI config.status 1.6.0 3837 3824 3838 configured by $0, generated by GNU Autoconf 2.67, 3825 3839 with options \\"\$ac_cs_config\\" -
trunk/configure.ac
r514 r523 5 5 6 6 AC_PREREQ(2.59) 7 AC_INIT(SALI, 1.5, sali@sara.nl)7 AC_INIT(SALI, [m4_esyscmd(cat VERSION)], sali@sara.nl) 8 8 9 9 # Checks for programs.
Note: See TracChangeset
for help on using the changeset viewer.