summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-07-03 10:07:52 +0200
committerJiri Gaisler <jiri@gaisler.se>2019-07-03 10:07:52 +0200
commit9e417ce46e33d3194e0243e9cf7bf78eea432f34 (patch)
tree0c9318fdd892f4fbf314de160431232f91ab6429
parentMake readline conditional and add linenoise it not present. (diff)
downloadsis-9e417ce46e33d3194e0243e9cf7bf78eea432f34.tar.bz2
Updated to version 2.172.17
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--sis.info4
-rw-r--r--version.texi8
4 files changed, 17 insertions, 17 deletions
diff --git a/configure b/configure
index ae26489..6a46576 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sis 2.16.
+# Generated by GNU Autoconf 2.69 for sis 2.17.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='sis'
PACKAGE_TARNAME='sis'
-PACKAGE_VERSION='2.16'
-PACKAGE_STRING='sis 2.16'
+PACKAGE_VERSION='2.17'
+PACKAGE_STRING='sis 2.17'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1263,7 +1263,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 sis 2.16 to adapt to many kinds of systems.
+\`configure' configures sis 2.17 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1329,7 +1329,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of sis 2.16:";;
+ short | recursive ) echo "Configuration of sis 2.17:";;
esac
cat <<\_ACEOF
@@ -1419,7 +1419,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-sis configure 2.16
+sis configure 2.17
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1717,7 +1717,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 sis $as_me 2.16, which was
+It was created by sis $as_me 2.17, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2544,7 +2544,7 @@ fi
# Define the identity of the package.
PACKAGE='sis'
- VERSION='2.16'
+ VERSION='2.17'
cat >>confdefs.h <<_ACEOF
@@ -4809,7 +4809,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 sis $as_me 2.16, which was
+This file was extended by sis $as_me 2.17, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4875,7 +4875,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="\\
-sis config.status 2.16
+sis config.status 2.17
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 1ae95d8..2626f9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sis], [2.16])
+AC_INIT([sis], [2.17])
AC_CONFIG_SRCDIR([sis.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS(config.h)
diff --git a/sis.info b/sis.info
index da67b3a..7d83f0f 100644
--- a/sis.info
+++ b/sis.info
@@ -1,6 +1,6 @@
This is sis.info, produced by makeinfo version 6.5 from sis.texi.
-This manual is for SIS (version 2.16, 2 July 2019).
+This manual is for SIS (version 2.17, 31 May 2019).
Copyright (C) 2019 Free Software Foundation, Inc.
@@ -21,7 +21,7 @@ File: sis.info, Node: Top, Next: Introduction, Up: (dir)
SIS
***
-This manual is for SIS (version 2.16, 2 July 2019).
+This manual is for SIS (version 2.17, 31 May 2019).
* Menu:
diff --git a/version.texi b/version.texi
index deb3880..52e9b9b 100644
--- a/version.texi
+++ b/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 2 July 2019
-@set UPDATED-MONTH July 2019
-@set EDITION 2.16
-@set VERSION 2.16
+@set UPDATED 31 May 2019
+@set UPDATED-MONTH May 2019
+@set EDITION 2.17
+@set VERSION 2.17