aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--life-1.5.2.tar.gzbin117036 -> 0 bytes
-rw-r--r--life-1.5.2.tar.gz.sigbin310 -> 0 bytes
-rw-r--r--life-1.5.3.tar.gzbin0 -> 117220 bytes
-rw-r--r--life-1.5.3.tar.gz.sigbin0 -> 310 bytes
8 files changed, 13 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index 1d77ffd..319ca4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,6 @@ AM_OPTIONS = gnu
2bin_PROGRAMS = life 2bin_PROGRAMS = life
3life_SOURCES = life.c cmdline-life.c updatemap.c menus.c 3life_SOURCES = life.c cmdline-life.c updatemap.c menus.c
4life_CFLAGS = -I$(srcdir) -Wall -pedantic 4life_CFLAGS = -I$(srcdir) -Wall -pedantic
5include_HEADERS = life.h updatemap.h menus.h cmdline-life.h 5include_HEADERS = life.h updatemap.h menus.h cmdline-life.h life-macros.h
6man_MANS = life.6 6man_MANS = life.6
7EXTRA_DIST = $(man_MANS) 7EXTRA_DIST = $(man_MANS)
diff --git a/Makefile.in b/Makefile.in
index 7b20984..c7df496 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -313,7 +313,7 @@ top_srcdir = @top_srcdir@
313AM_OPTIONS = gnu 313AM_OPTIONS = gnu
314life_SOURCES = life.c cmdline-life.c updatemap.c menus.c 314life_SOURCES = life.c cmdline-life.c updatemap.c menus.c
315life_CFLAGS = -I$(srcdir) -Wall -pedantic 315life_CFLAGS = -I$(srcdir) -Wall -pedantic
316include_HEADERS = life.h updatemap.h menus.h cmdline-life.h 316include_HEADERS = life.h updatemap.h menus.h cmdline-life.h life-macros.h
317man_MANS = life.6 317man_MANS = life.6
318EXTRA_DIST = $(man_MANS) 318EXTRA_DIST = $(man_MANS)
319all: config.h 319all: config.h
diff --git a/configure b/configure
index cb1f77e..163607c 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for life 1.5.2. 3# Generated by GNU Autoconf 2.69 for life 1.5.3.
4# 4#
5# Report bugs to <aiden.woodruff@gmail.com>. 5# Report bugs to <aiden.woodruff@gmail.com>.
6# 6#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580# Identity of this package. 580# Identity of this package.
581PACKAGE_NAME='life' 581PACKAGE_NAME='life'
582PACKAGE_TARNAME='life' 582PACKAGE_TARNAME='life'
583PACKAGE_VERSION='1.5.2' 583PACKAGE_VERSION='1.5.3'
584PACKAGE_STRING='life 1.5.2' 584PACKAGE_STRING='life 1.5.3'
585PACKAGE_BUGREPORT='aiden.woodruff@gmail.com' 585PACKAGE_BUGREPORT='aiden.woodruff@gmail.com'
586PACKAGE_URL='' 586PACKAGE_URL=''
587 587
@@ -1277,7 +1277,7 @@ if test "$ac_init_help" = "long"; then
1277 # Omit some internal or obsolete options to make the list less imposing. 1277 # Omit some internal or obsolete options to make the list less imposing.
1278 # This message is too long to be a string in the A/UX 3.1 sh. 1278 # This message is too long to be a string in the A/UX 3.1 sh.
1279 cat <<_ACEOF 1279 cat <<_ACEOF
1280\`configure' configures life 1.5.2 to adapt to many kinds of systems. 1280\`configure' configures life 1.5.3 to adapt to many kinds of systems.
1281 1281
1282Usage: $0 [OPTION]... [VAR=VALUE]... 1282Usage: $0 [OPTION]... [VAR=VALUE]...
1283 1283
@@ -1344,7 +1344,7 @@ fi
1344 1344
1345if test -n "$ac_init_help"; then 1345if test -n "$ac_init_help"; then
1346 case $ac_init_help in 1346 case $ac_init_help in
1347 short | recursive ) echo "Configuration of life 1.5.2:";; 1347 short | recursive ) echo "Configuration of life 1.5.3:";;
1348 esac 1348 esac
1349 cat <<\_ACEOF 1349 cat <<\_ACEOF
1350 1350
@@ -1435,7 +1435,7 @@ fi
1435test -n "$ac_init_help" && exit $ac_status 1435test -n "$ac_init_help" && exit $ac_status
1436if $ac_init_version; then 1436if $ac_init_version; then
1437 cat <<\_ACEOF 1437 cat <<\_ACEOF
1438life configure 1.5.2 1438life configure 1.5.3
1439generated by GNU Autoconf 2.69 1439generated by GNU Autoconf 2.69
1440 1440
1441Copyright (C) 2012 Free Software Foundation, Inc. 1441Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1804,7 +1804,7 @@ cat >config.log <<_ACEOF
1804This file contains any messages produced by compilers while 1804This file contains any messages produced by compilers while
1805running configure, to aid debugging if configure makes a mistake. 1805running configure, to aid debugging if configure makes a mistake.
1806 1806
1807It was created by life $as_me 1.5.2, which was 1807It was created by life $as_me 1.5.3, which was
1808generated by GNU Autoconf 2.69. Invocation command line was 1808generated by GNU Autoconf 2.69. Invocation command line was
1809 1809
1810 $ $0 $@ 1810 $ $0 $@
@@ -4306,7 +4306,7 @@ fi
4306 4306
4307# Define the identity of the package. 4307# Define the identity of the package.
4308 PACKAGE='life' 4308 PACKAGE='life'
4309 VERSION='1.5.2' 4309 VERSION='1.5.3'
4310 4310
4311 4311
4312cat >>confdefs.h <<_ACEOF 4312cat >>confdefs.h <<_ACEOF
@@ -5057,7 +5057,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5057# report actual input values of CONFIG_FILES etc. instead of their 5057# report actual input values of CONFIG_FILES etc. instead of their
5058# values after options handling. 5058# values after options handling.
5059ac_log=" 5059ac_log="
5060This file was extended by life $as_me 1.5.2, which was 5060This file was extended by life $as_me 1.5.3, which was
5061generated by GNU Autoconf 2.69. Invocation command line was 5061generated by GNU Autoconf 2.69. Invocation command line was
5062 5062
5063 CONFIG_FILES = $CONFIG_FILES 5063 CONFIG_FILES = $CONFIG_FILES
@@ -5123,7 +5123,7 @@ _ACEOF
5123cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5123cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5124ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 5124ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5125ac_cs_version="\\ 5125ac_cs_version="\\
5126life config.status 1.5.2 5126life config.status 1.5.3
5127configured by $0, generated by GNU Autoconf 2.69, 5127configured by $0, generated by GNU Autoconf 2.69,
5128 with options \\"\$ac_cs_config\\" 5128 with options \\"\$ac_cs_config\\"
5129 5129
diff --git a/configure.ac b/configure.ac
index 3174aa1..6c508d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3 3
4AC_PREREQ([2.69]) 4AC_PREREQ([2.69])
5AC_INIT([life], [1.5.2], [aiden.woodruff@gmail.com]) 5AC_INIT([life], [1.5.3], [aiden.woodruff@gmail.com])
6AC_CONFIG_SRCDIR([life.c]) 6AC_CONFIG_SRCDIR([life.c])
7AC_CONFIG_HEADERS([config.h]) 7AC_CONFIG_HEADERS([config.h])
8 8
diff --git a/life-1.5.2.tar.gz b/life-1.5.2.tar.gz
deleted file mode 100644
index d631ed3..0000000
--- a/life-1.5.2.tar.gz
+++ /dev/null
Binary files differ
diff --git a/life-1.5.2.tar.gz.sig b/life-1.5.2.tar.gz.sig
deleted file mode 100644
index f9b8200..0000000
--- a/life-1.5.2.tar.gz.sig
+++ /dev/null
Binary files differ
diff --git a/life-1.5.3.tar.gz b/life-1.5.3.tar.gz
new file mode 100644
index 0000000..128bf0e
--- /dev/null
+++ b/life-1.5.3.tar.gz
Binary files differ
diff --git a/life-1.5.3.tar.gz.sig b/life-1.5.3.tar.gz.sig
new file mode 100644
index 0000000..8f74c16
--- /dev/null
+++ b/life-1.5.3.tar.gz.sig
Binary files differ