From 03975c128a504d259f76d4c06cad2236b32e4a9f Mon Sep 17 00:00:00 2001 From: Aiden Woodruff Date: Mon, 30 Jul 2018 01:11:33 -0500 Subject: Fix not including life-macros.h in tarball Signed-off-by: Aiden Woodruff --- configure | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'configure') diff --git a/configure b/configure index cb1f77e..163607c 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 life 1.5.2. +# Generated by GNU Autoconf 2.69 for life 1.5.3. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='life' PACKAGE_TARNAME='life' -PACKAGE_VERSION='1.5.2' -PACKAGE_STRING='life 1.5.2' +PACKAGE_VERSION='1.5.3' +PACKAGE_STRING='life 1.5.3' PACKAGE_BUGREPORT='aiden.woodruff@gmail.com' PACKAGE_URL='' @@ -1277,7 +1277,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 life 1.5.2 to adapt to many kinds of systems. +\`configure' configures life 1.5.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1344,7 +1344,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of life 1.5.2:";; + short | recursive ) echo "Configuration of life 1.5.3:";; esac cat <<\_ACEOF @@ -1435,7 +1435,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -life configure 1.5.2 +life configure 1.5.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1804,7 +1804,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 life $as_me 1.5.2, which was +It was created by life $as_me 1.5.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4306,7 +4306,7 @@ fi # Define the identity of the package. PACKAGE='life' - VERSION='1.5.2' + VERSION='1.5.3' cat >>confdefs.h <<_ACEOF @@ -5057,7 +5057,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 life $as_me 1.5.2, which was +This file was extended by life $as_me 1.5.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5123,7 +5123,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="\\ -life config.status 1.5.2 +life config.status 1.5.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -- cgit