diff options
Diffstat (limited to 'newlib/libc/machine/sparc')
-rw-r--r-- | newlib/libc/machine/sparc/aclocal.m4 | 2 | ||||
-rwxr-xr-x | newlib/libc/machine/sparc/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/sparc/aclocal.m4 b/newlib/libc/machine/sparc/aclocal.m4 index 0a1490998..42dedc068 100644 --- a/newlib/libc/machine/sparc/aclocal.m4 +++ b/newlib/libc/machine/sparc/aclocal.m4 @@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(newlib, 1.13.0) +AM_INIT_AUTOMAKE(newlib, 1.14.0) # FIXME: We temporarily define our own version of AC_PROG_CC. This is # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We diff --git a/newlib/libc/machine/sparc/configure b/newlib/libc/machine/sparc/configure index 0db14c787..5eacd1985 100755 --- a/newlib/libc/machine/sparc/configure +++ b/newlib/libc/machine/sparc/configure @@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" && PACKAGE=newlib -VERSION=1.13.0 +VERSION=1.14.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } |