aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAiden Woodruff <aiden.woodruff@gmail.com>2018-08-14 14:47:54 -0500
committerAiden Woodruff <aiden.woodruff@gmail.com>2018-08-14 14:47:54 -0500
commit367fe4bbf4791add4f2238e3ca9dbfc82b8b22ce (patch)
tree21ee0e82f48f8d1ab2d0b26e000139b6ab0ab935 /configure
parentb801521b8f662bca827bbbd08561e0a647a06fd2 (diff)
downloadlife-367fe4bbf4791add4f2238e3ca9dbfc82b8b22ce.tar.gz
life-367fe4bbf4791add4f2238e3ca9dbfc82b8b22ce.tar.bz2
life-367fe4bbf4791add4f2238e3ca9dbfc82b8b22ce.zip
Folder setup changed
Moved things into docs or src folders Created tests folder so make check is better Check control characters in life.c with CTRL macro (bitwise AND 037) Create small window for fancy rule entry Change some division by two to bitshifts Use configure to make man page (keep version up to date) Move warnings and pedantic to AM_CFLAGS Move include option to AM_CPPFLAGS Version 1.6.0
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure28
1 files changed, 16 insertions, 12 deletions
diff --git a/configure b/configure
index a3a5813..4572a18 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.4. 3# Generated by GNU Autoconf 2.69 for life 1.6.0.
4# 4#
5# Report bugs to <aiden.woodruff@gmail.com>. 5# Report bugs to <aiden.woodruff@gmail.com>.
6# 6#
@@ -580,12 +580,12 @@ 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.4' 583PACKAGE_VERSION='1.6.0'
584PACKAGE_STRING='life 1.5.4' 584PACKAGE_STRING='life 1.6.0'
585PACKAGE_BUGREPORT='aiden.woodruff@gmail.com' 585PACKAGE_BUGREPORT='aiden.woodruff@gmail.com'
586PACKAGE_URL='' 586PACKAGE_URL=''
587 587
588ac_unique_file="life.c" 588ac_unique_file="src/life.c"
589# Factoring default headers for most tests. 589# Factoring default headers for most tests.
590ac_includes_default="\ 590ac_includes_default="\
591#include <stdio.h> 591#include <stdio.h>
@@ -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.4 to adapt to many kinds of systems. 1280\`configure' configures life 1.6.0 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.4:";; 1347 short | recursive ) echo "Configuration of life 1.6.0:";;
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.4 1438life configure 1.6.0
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.4, which was 1807It was created by life $as_me 1.6.0, 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 $@
@@ -3691,7 +3691,7 @@ fi
3691done 3691done
3692 3692
3693 3693
3694ac_config_files="$ac_config_files Makefile" 3694ac_config_files="$ac_config_files docs/Makefile docs/life.6 test/Makefile src/Makefile Makefile"
3695 3695
3696am__api_version='1.15' 3696am__api_version='1.15'
3697 3697
@@ -4239,7 +4239,7 @@ fi
4239 4239
4240# Define the identity of the package. 4240# Define the identity of the package.
4241 PACKAGE='life' 4241 PACKAGE='life'
4242 VERSION='1.5.4' 4242 VERSION='1.6.0'
4243 4243
4244 4244
4245cat >>confdefs.h <<_ACEOF 4245cat >>confdefs.h <<_ACEOF
@@ -4990,7 +4990,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4990# report actual input values of CONFIG_FILES etc. instead of their 4990# report actual input values of CONFIG_FILES etc. instead of their
4991# values after options handling. 4991# values after options handling.
4992ac_log=" 4992ac_log="
4993This file was extended by life $as_me 1.5.4, which was 4993This file was extended by life $as_me 1.6.0, which was
4994generated by GNU Autoconf 2.69. Invocation command line was 4994generated by GNU Autoconf 2.69. Invocation command line was
4995 4995
4996 CONFIG_FILES = $CONFIG_FILES 4996 CONFIG_FILES = $CONFIG_FILES
@@ -5056,7 +5056,7 @@ _ACEOF
5056cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5056cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5057ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 5057ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5058ac_cs_version="\\ 5058ac_cs_version="\\
5059life config.status 1.5.4 5059life config.status 1.6.0
5060configured by $0, generated by GNU Autoconf 2.69, 5060configured by $0, generated by GNU Autoconf 2.69,
5061 with options \\"\$ac_cs_config\\" 5061 with options \\"\$ac_cs_config\\"
5062 5062
@@ -5186,6 +5186,10 @@ for ac_config_target in $ac_config_targets
5186do 5186do
5187 case $ac_config_target in 5187 case $ac_config_target in
5188 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 5188 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
5189 "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
5190 "docs/life.6") CONFIG_FILES="$CONFIG_FILES docs/life.6" ;;
5191 "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
5192 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5189 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 5193 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5190 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 5194 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
5191 5195