X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/031a15b2683b9971bb36ee16b94a142297c79ccd..437938912d93089d7716a119363e49db5a57cba8:/configure diff --git a/configure b/configure index 9a8d7ad..b4b7a7d 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. +# Generated by GNU Autoconf 2.69 for sod 0.2.0-86-g67d1. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='sod' PACKAGE_TARNAME='sod' -PACKAGE_VERSION='0.2.0' -PACKAGE_STRING='sod 0.2.0' +PACKAGE_VERSION='0.2.0-86-g67d1' +PACKAGE_STRING='sod 0.2.0-86-g67d1' 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 to adapt to many kinds of systems. +\`configure' configures sod 0.2.0-86-g67d1 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:";; + short | recursive ) echo "Configuration of sod 0.2.0-86-g67d1:";; 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 +sod configure 0.2.0-86-g67d1 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, which was +It was created by sod $as_me 0.2.0-86-g67d1, 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' + VERSION='0.2.0-86-g67d1' 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-86-g67d1 +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 : @@ -11410,7 +11435,7 @@ lispsysdir=$with_lisp_system_dir -ac_config_files="$ac_config_files Makefile src/Makefile lib/Makefile test/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile lib/Makefile doc/Makefile test/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -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, which was +This file was extended by sod $as_me 0.2.0-86-g67d1, 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 +sod config.status 0.2.0-86-g67d1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -12427,6 +12452,7 @@ do "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;