diff options
author | Jason Fesler <jfesler@gigo.com> | 2014-04-04 22:18:06 -0700 |
---|---|---|
committer | Jason Fesler <jfesler@gigo.com> | 2014-04-04 22:18:06 -0700 |
commit | 866594b2f7d105d65c5a8f59b39aa2a218349d8c (patch) | |
tree | f99355f0191f32a5a27002f9b63cdb10df02edd2 | |
parent | cb465c6f511d63b5445a640735295de967126e2c (diff) | |
download | mod_ip-866594b2f7d105d65c5a8f59b39aa2a218349d8c.tar.gz mod_ip-866594b2f7d105d65c5a8f59b39aa2a218349d8c.zip |
Set version to 1.0
-rwxr-xr-x | configure | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for Falling Sky mod_ip 0.1182. +# Generated by GNU Autoconf 2.68 for Falling Sky mod_ip 1.0. # # Report bugs to <http://code.google.com/p/falling-sky/issues/list>. # @@ -560,8 +560,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Falling Sky mod_ip' PACKAGE_TARNAME='mod_ip' -PACKAGE_VERSION='0.1182' -PACKAGE_STRING='Falling Sky mod_ip 0.1182' +PACKAGE_VERSION='1.0' +PACKAGE_STRING='Falling Sky mod_ip 1.0' PACKAGE_BUGREPORT='http://code.google.com/p/falling-sky/issues/list' PACKAGE_URL='http://code.google.com/p/falling-sky' @@ -1208,7 +1208,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 Falling Sky mod_ip 0.1182 to adapt to many kinds of systems. +\`configure' configures Falling Sky mod_ip 1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1269,7 +1269,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Falling Sky mod_ip 0.1182:";; + short | recursive ) echo "Configuration of Falling Sky mod_ip 1.0:";; esac cat <<\_ACEOF @@ -1355,7 +1355,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Falling Sky mod_ip configure 0.1182 +Falling Sky mod_ip configure 1.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1724,7 +1724,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 Falling Sky mod_ip $as_me 0.1182, which was +It was created by Falling Sky mod_ip $as_me 1.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -4053,7 +4053,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 Falling Sky mod_ip $as_me 0.1182, which was +This file was extended by Falling Sky mod_ip $as_me 1.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4116,7 +4116,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="\\ -Falling Sky mod_ip config.status 0.1182 +Falling Sky mod_ip config.status 1.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 726a7d0..0a83bb6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([Falling Sky mod_ip], [0.1182], [http://code.google.com/p/falling-sky/issues/list], [mod_ip], [http://code.google.com/p/falling-sky]) +AC_INIT([Falling Sky mod_ip], [1.0], [http://code.google.com/p/falling-sky/issues/list], [mod_ip], [http://code.google.com/p/falling-sky]) AC_HEADER_RESOLV AC_CHECK_HEADERS([arpa/inet.h arpa/nameser.h netinet/in.h stdlib.h string.h sys/socket.h]) AC_CHECK_FUNCS([memset strchr]) |