Skip to content

Commit

Permalink
Update to 2.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
eheien committed Sep 12, 2013
1 parent f19c01a commit 8960814
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for SELEN 2.9.10.4.
# Generated by GNU Autoconf 2.69 for SELEN 2.9.11.
#
# Report bugs to <BUG-REPORT-ADDRESS>.
#
Expand Down Expand Up @@ -579,8 +579,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='SELEN'
PACKAGE_TARNAME='selen'
PACKAGE_VERSION='2.9.10.4'
PACKAGE_STRING='SELEN 2.9.10.4'
PACKAGE_VERSION='2.9.11'
PACKAGE_STRING='SELEN 2.9.11'
PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
PACKAGE_URL=''

Expand Down Expand Up @@ -1194,7 +1194,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 SELEN 2.9.10.4 to adapt to many kinds of systems.
\`configure' configures SELEN 2.9.11 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1255,7 +1255,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of SELEN 2.9.10.4:";;
short | recursive ) echo "Configuration of SELEN 2.9.11:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1345,7 +1345,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
SELEN configure 2.9.10.4
SELEN configure 2.9.11
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1446,7 +1446,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 SELEN $as_me 2.9.10.4, which was
It was created by SELEN $as_me 2.9.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2543,8 +2543,8 @@ test -n "$gmt" || gmt="no"
if test "x$gmt" = "xno" ;
then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GMT not found, all GMT scripts will fail." >&5
$as_echo "$as_me: WARNING: GMT not found, all GMT scripts will fail." >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GMT not found, all GMT scripts will fail" >&5
$as_echo "$as_me: WARNING: GMT not found, all GMT scripts will fail" >&2;}
fi
Expand Down Expand Up @@ -3154,7 +3154,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 SELEN $as_me 2.9.10.4, which was
This file was extended by SELEN $as_me 2.9.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3207,7 +3207,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="\\
SELEN config.status 2.9.10.4
SELEN config.status 2.9.11
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.

AC_INIT([SELEN], [2.9.10.4], BUG-REPORT-ADDRESS)
AC_INIT([SELEN], [2.9.11], BUG-REPORT-ADDRESS)
AC_CONFIG_MACRO_DIR([m4])

# Checks for programs.
Expand Down

0 comments on commit 8960814

Please sign in to comment.