aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-02-27 09:54:48 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-02-27 09:54:48 +0200
commitfc751813fb586ab38d712843f610eb175656e66a (patch)
tree980eefd77a9487efca36c97cbc14ddd2cf9e2129
parentf6e929c8f623c801aafb3c47011df66bc9ffe440 (diff)
downloadjumper-fc751813fb586ab38d712843f610eb175656e66a.tar.gz
jumper-fc751813fb586ab38d712843f610eb175656e66a.tar.bz2
Version 1.1.90
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
-rw-r--r--extra/Makefile.am3
-rw-r--r--src/Makefile.am2
-rw-r--r--src/config.c2
-rw-r--r--src/jumper.c2
6 files changed, 11 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index a2d1e51..84887b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
-Jumper -- history of user-visible changes. 2013-12-26
+Jumper -- history of user-visible changes. 2017-02-27
Copyright (C) 2013 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Jumper bug reports to <bug-jumper@gnu.org.ua>
+Version 1.1.90 (Git)
+
Version 1.1, 2013-12-26
* Configuration syntax changes
diff --git a/configure.ac b/configure.ac
index c27e39c..1b81d84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of Jumper -*- autoconf -*-
-# Copyright (C) 2013 Sergey Poznyakoff
+# Copyright (C) 2013, 2017 Sergey Poznyakoff
#
# Jumper is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
# along with Jumper. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([jumper], [1.1], [bug-jumper@gnu.org.ua],,
+AC_INIT([jumper], [1.1.90], [bug-jumper@gnu.org.ua],,
[http://www.gnu.org.ua/software/jumper])
AC_CONFIG_SRCDIR([src/jumper.c])
AC_CONFIG_HEADERS([config.h])
diff --git a/extra/Makefile.am b/extra/Makefile.am
index 9c03b60..f129387 100644
--- a/extra/Makefile.am
+++ b/extra/Makefile.am
@@ -3,5 +3,8 @@ ifalive_SOURCES=\
ifalive.c\
expr.y\
lex.l
+AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=ifalive
+noinst_HEADERS=ifalive.h expr.h
+BUILT_SOURCES=expr.h
AM_YFLAGS = -dv
diff --git a/src/Makefile.am b/src/Makefile.am
index ebb8ce6..96e1c56 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Jumper -*- autoconf -*-
-# Copyright (C) 2013 Sergey Poznyakoff
+# Copyright (C) 2013, 2017 Sergey Poznyakoff
#
# Jumper is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/config.c b/src/config.c
index e9d710b..bf02bb4 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,5 +1,5 @@
/* This file is part of Jumper
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013, 2017 Sergey Poznyakoff
Jumper is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/jumper.c b/src/jumper.c
index 76ecfb7..9bf9c73 100644
--- a/src/jumper.c
+++ b/src/jumper.c
@@ -1,5 +1,5 @@
/* This file is part of Jumper
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013, 2017 Sergey Poznyakoff
Jumper is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.