X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/dfdcf6ca08c0c619900fd7d81893121f80f02d9b..03ff6477f47c949dff767b9cedf1eefedc85d27f:/configure diff --git a/configure b/configure index d00f3a2..7b21c2f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for sod 0.2.0-29-g54c0. +# Generated by GNU Autoconf 2.69 for sod 0.2.0-30-g58a9. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='sod' PACKAGE_TARNAME='sod' -PACKAGE_VERSION='0.2.0-29-g54c0' -PACKAGE_STRING='sod 0.2.0-29-g54c0' +PACKAGE_VERSION='0.2.0-30-g58a9' +PACKAGE_STRING='sod 0.2.0-30-g58a9' PACKAGE_BUGREPORT='mdw@distorted.org.uk' PACKAGE_URL='' @@ -641,6 +641,7 @@ lispsrcdir fasl LISPSYS CL_LAUNCH +ASDF_VERSION LIBTOOL_VERSION_INFO CPP OTOOL64 @@ -1319,7 +1320,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures sod 0.2.0-29-g54c0 to adapt to many kinds of systems. +\`configure' configures sod 0.2.0-30-g58a9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1389,7 +1390,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sod 0.2.0-29-g54c0:";; + short | recursive ) echo "Configuration of sod 0.2.0-30-g58a9:";; esac cat <<\_ACEOF @@ -1498,7 +1499,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sod configure 0.2.0-29-g54c0 +sod configure 0.2.0-30-g58a9 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1776,7 +1777,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by sod $as_me 0.2.0-29-g54c0, which was +It was created by sod $as_me 0.2.0-30-g58a9, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2592,7 +2593,7 @@ fi # Define the identity of the package. PACKAGE='sod' - VERSION='0.2.0-29-g54c0' + VERSION='0.2.0-30-g58a9' cat >>confdefs.h <<_ACEOF @@ -11314,6 +11315,30 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu +## This is surprisingly awful. The convention for official version numbers +## is that they look like MAJOR.MINOR.PATCH[.BPB][-N-gHEX[+]]. ASDF +## insists on simple numeric things separated by dots. If there's no Git +## thing on the end, then the main version number will do fine. If there +## is, then we insert /two/ `0's in, followed by N and the HEX converted to +## decimal. Why two? Because if there's no brown-paper-bag number, we +## want to make sure that the first BPB release is higher than any of the +## preceding Git revisions. +ver=0.2.0-30-g58a9 +case $ver in + *-*-g*) + base=${ver%%-*} tail=${ver#*-} + n=${tail%%-*} tail=${tail#*-g} + case $tail in *+) grubby=.1 tail=${tail%+} ;; *) grubby= ;; esac + rev=$(( 0x$tail )) + ASDF_VERSION=$base.0.0.$n.$rev$grubby + ;; + *) + ASDF_VERSION=$ver + ;; +esac + + + # Check whether --with-lisp-system was given. if test "${with_lisp_system+set}" = set; then : @@ -11970,7 +11995,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by sod $as_me 0.2.0-29-g54c0, which was +This file was extended by sod $as_me 0.2.0-30-g58a9, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12027,7 +12052,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -sod config.status 0.2.0-29-g54c0 +sod config.status 0.2.0-30-g58a9 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"