-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b126ff
commit b21acfc
Showing
5 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
2021-10-05 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Release 0.3.14 | ||
* configure.ac: Idem | ||
* configure: Idem | ||
|
||
* configure.ac: Updated via 'autoupdate' and 'autoreconf | ||
--warnings=obsolete' followed by light edit | ||
* src/config.h.in: Idem | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: littler | ||
Type: Package | ||
Title: R at the Command-Line via 'r' | ||
Version: 0.3.13.1 | ||
Date: 2021-08-31 | ||
Version: 0.3.14 | ||
Date: 2021-10-05 | ||
Author: Dirk Eddelbuettel and Jeff Horner | ||
Maintainer: Dirk Eddelbuettel <[email protected]> | ||
Description: A scripting and command-line front-end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 littler 0.3.13. | ||
# Generated by GNU Autoconf 2.69 for littler 0.3.14. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -580,8 +580,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='littler' | ||
PACKAGE_TARNAME='littler' | ||
PACKAGE_VERSION='0.3.13' | ||
PACKAGE_STRING='littler 0.3.13' | ||
PACKAGE_VERSION='0.3.14' | ||
PACKAGE_STRING='littler 0.3.14' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1245,7 +1245,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 littler 0.3.13 to adapt to many kinds of systems. | ||
\`configure' configures littler 0.3.14 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1307,7 +1307,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of littler 0.3.13:";; | ||
short | recursive ) echo "Configuration of littler 0.3.14:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1392,7 +1392,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
littler configure 0.3.13 | ||
littler configure 0.3.14 | ||
generated by GNU Autoconf 2.69 | ||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -1761,7 +1761,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 littler $as_me 0.3.13, which was | ||
It was created by littler $as_me 0.3.14, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -4057,7 +4057,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 littler $as_me 0.3.13, which was | ||
This file was extended by littler $as_me 0.3.14, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -4119,7 +4119,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="\\ | ||
littler config.status 0.3.13 | ||
littler config.status 0.3.14 | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ AC_PREREQ([2.69]) | |
# Every other copy of the package version number gets its value from here | ||
# The m4_esyscmd_s invocation is due to an excellent StackOverflow answer. | ||
# Sadly it breaks under Debian package builds (likely due to a missing component) | ||
AC_INIT([littler],[0.3.13],[[email protected]]) | ||
AC_INIT([littler],[0.3.14],[[email protected]]) | ||
|
||
# Look for ancillary configure tools in tools | ||
dnl AC_CONFIG_AUX_DIR(tools) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters