Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
configure: Change to version 0.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefft0 committed Sep 17, 2018
1 parent 320c29a commit 0d6c5f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ndn-cpp 0.14.
# Generated by GNU Autoconf 2.69 for ndn-cpp 0.15.
#
# Report bugs to <ndn-lib@lists.cs.ucla.edu>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ndn-cpp'
PACKAGE_TARNAME='ndn-cpp'
PACKAGE_VERSION='0.14'
PACKAGE_STRING='ndn-cpp 0.14'
PACKAGE_VERSION='0.15'
PACKAGE_STRING='ndn-cpp 0.15'
PACKAGE_BUGREPORT='ndn-lib@lists.cs.ucla.edu'
PACKAGE_URL='https://github.com/named-data/ndn-cpp'

Expand Down Expand Up @@ -1421,7 +1421,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 ndn-cpp 0.14 to adapt to many kinds of systems.
\`configure' configures ndn-cpp 0.15 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1491,7 +1491,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ndn-cpp 0.14:";;
short | recursive ) echo "Configuration of ndn-cpp 0.15:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1663,7 +1663,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ndn-cpp configure 0.14
ndn-cpp configure 0.15
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2442,7 +2442,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 ndn-cpp $as_me 0.14, which was
It was created by ndn-cpp $as_me 0.15, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -3305,7 +3305,7 @@ fi

# Define the identity of the package.
PACKAGE='ndn-cpp'
VERSION='0.14'
VERSION='0.15'


# Some tools Automake needs.
Expand Down Expand Up @@ -21324,7 +21324,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 ndn-cpp $as_me 0.14, which was
This file was extended by ndn-cpp $as_me 0.15, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -21391,7 +21391,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="\\
ndn-cpp config.status 0.14
ndn-cpp config.status 0.15
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
# To build using autotools, see the Development section of the file INSTALL.

AC_PREREQ([2.59])
AC_INIT([ndn-cpp], [0.14], [ndn-lib@lists.cs.ucla.edu], [ndn-cpp], [https://github.com/named-data/ndn-cpp])
AC_INIT([ndn-cpp], [0.15], [ndn-lib@lists.cs.ucla.edu], [ndn-cpp], [https://github.com/named-data/ndn-cpp])
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])

AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 0d6c5f3

Please sign in to comment.