Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Apr 21, 2018
1 parent b4e1664 commit 91e537d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -9,11 +9,6 @@ matrix:
include:
- os: osx
osx_image: xcode9.2
- os: osx
osx_image: xcode9.2
brew_packages: icu4c
env:
- STRINGI_DISABLE_ICU_BUNDLE="1"
- os: linux
r: release
addons:
Expand Down
15 changes: 0 additions & 15 deletions NEWS_TODO

This file was deleted.

18 changes: 9 additions & 9 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for stringi 1.1.
# Generated by GNU Autoconf 2.69 for stringi 1.2.
#
# Report bugs to <gagolews@rexamine.com>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='stringi'
PACKAGE_TARNAME='stringi'
PACKAGE_VERSION='1.1'
PACKAGE_STRING='stringi 1.1'
PACKAGE_VERSION='1.2'
PACKAGE_STRING='stringi 1.2'
PACKAGE_BUGREPORT='gagolews@rexamine.com'
PACKAGE_URL=''

Expand Down Expand Up @@ -1280,7 +1280,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 stringi 1.1 to adapt to many kinds of systems.
\`configure' configures stringi 1.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1341,7 +1341,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of stringi 1.1:";;
short | recursive ) echo "Configuration of stringi 1.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1488,7 +1488,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
stringi configure 1.1
stringi configure 1.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1828,7 +1828,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 stringi $as_me 1.1, which was
It was created by stringi $as_me 1.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -5339,7 +5339,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 stringi $as_me 1.1, which was
This file was extended by stringi $as_me 1.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5392,7 +5392,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="\\
stringi config.status 1.1
stringi config.status 1.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -4,7 +4,7 @@

##### INIT ####################################################################

AC_INIT(stringi, 1.1, gagolews@rexamine.com)
AC_INIT(stringi, 1.2, gagolews@rexamine.com)

ICU_VERSION_NEEDED="52" # minimal version of ICU4C required to build stringi

Expand Down

0 comments on commit 91e537d

Please sign in to comment.