summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2012-06-26 20:00:14 -0700
committerAllen Martin <amartin@nvidia.com>2012-06-26 20:08:28 -0700
commit55a1ac778fc1c656a5147ee6ff876bafedb647d8 (patch)
treeacb80478b4b78bab8cffbf89a7d0821f192c0dea
parentdaf8cc27a0c920b09e2190294b2ca6709dc6fcf5 (diff)
downloadtegrarcm-55a1ac778fc1c656a5147ee6ff876bafedb647d8.tar.gz
bump version to 1.1v1.1
Signed-off-by: Allen Martin <amartin@nvidia.com> Change-Id: I951992af094c79b610b2a6eb1cb10334780255c2 Reviewed-on: http://git-master/r/111441 Reviewed-by: Automatic_Commit_Validation_User
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.in4
3 files changed, 13 insertions, 13 deletions
diff --git a/configure b/configure
index 6691cb8..8fbae50 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.68 for tegrarcm 1.0.
+# Generated by GNU Autoconf 2.68 for tegrarcm 1.1.
#
# Report bugs to <amartin@nvidia.com>.
#
@@ -560,8 +560,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='tegrarcm'
PACKAGE_TARNAME='tegrarcm'
-PACKAGE_VERSION='1.0'
-PACKAGE_STRING='tegrarcm 1.0'
+PACKAGE_VERSION='1.1'
+PACKAGE_STRING='tegrarcm 1.1'
PACKAGE_BUGREPORT='amartin@nvidia.com'
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 tegrarcm 1.0 to adapt to many kinds of systems.
+\`configure' configures tegrarcm 1.1 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 tegrarcm 1.0:";;
+ short | recursive ) echo "Configuration of tegrarcm 1.1:";;
esac
cat <<\_ACEOF
@@ -1426,7 +1426,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-tegrarcm configure 1.0
+tegrarcm configure 1.1
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1986,7 +1986,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 tegrarcm $as_me 1.0, which was
+It was created by tegrarcm $as_me 1.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2801,7 +2801,7 @@ fi
# Define the identity of the package.
PACKAGE='tegrarcm'
- VERSION='1.0'
+ VERSION='1.1'
cat >>confdefs.h <<_ACEOF
@@ -5749,7 +5749,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 tegrarcm $as_me 1.0, which was
+This file was extended by tegrarcm $as_me 1.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5815,7 +5815,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="\\
-tegrarcm config.status 1.0
+tegrarcm config.status 1.1
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index f05878b..9e8ddf3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
-AC_INIT([tegrarcm], [1.0], [amartin@nvidia.com])
+AC_INIT([tegrarcm], [1.1], [amartin@nvidia.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])
diff --git a/src/Makefile.in b/src/Makefile.in
index 457df87..7697b57 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -181,9 +181,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign src/Makefile
+ $(AUTOMAKE) --gnu src/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \