diff options
| author | Aiden Woodruff <aiden.woodruff@gmail.com> | 2018-08-14 14:47:54 -0500 |
|---|---|---|
| committer | Aiden Woodruff <aiden.woodruff@gmail.com> | 2018-08-14 14:47:54 -0500 |
| commit | 367fe4bbf4791add4f2238e3ca9dbfc82b8b22ce (patch) | |
| tree | 21ee0e82f48f8d1ab2d0b26e000139b6ab0ab935 /configure | |
| parent | b801521b8f662bca827bbbd08561e0a647a06fd2 (diff) | |
| download | life-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-x | configure | 28 |
1 files changed, 16 insertions, 12 deletions
| @@ -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. |
| 581 | PACKAGE_NAME='life' | 581 | PACKAGE_NAME='life' |
| 582 | PACKAGE_TARNAME='life' | 582 | PACKAGE_TARNAME='life' |
| 583 | PACKAGE_VERSION='1.5.4' | 583 | PACKAGE_VERSION='1.6.0' |
| 584 | PACKAGE_STRING='life 1.5.4' | 584 | PACKAGE_STRING='life 1.6.0' |
| 585 | PACKAGE_BUGREPORT='aiden.woodruff@gmail.com' | 585 | PACKAGE_BUGREPORT='aiden.woodruff@gmail.com' |
| 586 | PACKAGE_URL='' | 586 | PACKAGE_URL='' |
| 587 | 587 | ||
| 588 | ac_unique_file="life.c" | 588 | ac_unique_file="src/life.c" |
| 589 | # Factoring default headers for most tests. | 589 | # Factoring default headers for most tests. |
| 590 | ac_includes_default="\ | 590 | ac_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 | ||
| 1282 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1282 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1283 | 1283 | ||
| @@ -1344,7 +1344,7 @@ fi | |||
| 1344 | 1344 | ||
| 1345 | if test -n "$ac_init_help"; then | 1345 | if 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 | |||
| 1435 | test -n "$ac_init_help" && exit $ac_status | 1435 | test -n "$ac_init_help" && exit $ac_status |
| 1436 | if $ac_init_version; then | 1436 | if $ac_init_version; then |
| 1437 | cat <<\_ACEOF | 1437 | cat <<\_ACEOF |
| 1438 | life configure 1.5.4 | 1438 | life configure 1.6.0 |
| 1439 | generated by GNU Autoconf 2.69 | 1439 | generated by GNU Autoconf 2.69 |
| 1440 | 1440 | ||
| 1441 | Copyright (C) 2012 Free Software Foundation, Inc. | 1441 | Copyright (C) 2012 Free Software Foundation, Inc. |
| @@ -1804,7 +1804,7 @@ cat >config.log <<_ACEOF | |||
| 1804 | This file contains any messages produced by compilers while | 1804 | This file contains any messages produced by compilers while |
| 1805 | running configure, to aid debugging if configure makes a mistake. | 1805 | running configure, to aid debugging if configure makes a mistake. |
| 1806 | 1806 | ||
| 1807 | It was created by life $as_me 1.5.4, which was | 1807 | It was created by life $as_me 1.6.0, which was |
| 1808 | generated by GNU Autoconf 2.69. Invocation command line was | 1808 | generated by GNU Autoconf 2.69. Invocation command line was |
| 1809 | 1809 | ||
| 1810 | $ $0 $@ | 1810 | $ $0 $@ |
| @@ -3691,7 +3691,7 @@ fi | |||
| 3691 | done | 3691 | done |
| 3692 | 3692 | ||
| 3693 | 3693 | ||
| 3694 | ac_config_files="$ac_config_files Makefile" | 3694 | ac_config_files="$ac_config_files docs/Makefile docs/life.6 test/Makefile src/Makefile Makefile" |
| 3695 | 3695 | ||
| 3696 | am__api_version='1.15' | 3696 | am__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 | ||
| 4245 | cat >>confdefs.h <<_ACEOF | 4245 | cat >>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. |
| 4992 | ac_log=" | 4992 | ac_log=" |
| 4993 | This file was extended by life $as_me 1.5.4, which was | 4993 | This file was extended by life $as_me 1.6.0, which was |
| 4994 | generated by GNU Autoconf 2.69. Invocation command line was | 4994 | generated 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 | |||
| 5056 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 5056 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 5057 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 5057 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 5058 | ac_cs_version="\\ | 5058 | ac_cs_version="\\ |
| 5059 | life config.status 1.5.4 | 5059 | life config.status 1.6.0 |
| 5060 | configured by $0, generated by GNU Autoconf 2.69, | 5060 | configured 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 | |||
| 5186 | do | 5186 | do |
| 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 | ||
