diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-12-16 20:49:42 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-12-16 20:49:42 +0000 |
commit | 0217078f77de375347b3c76fb7dbf6ab11b61883 (patch) | |
tree | 186284eaa90bc9a086a68a82409b88b31e8544bf /newlib/libc/sys/h8300hms/configure | |
parent | 6ba157bb2e6cde295bd74c40110aea5b5d096c85 (diff) | |
download | newlib-0217078f77de375347b3c76fb7dbf6ab11b61883.zip newlib-0217078f77de375347b3c76fb7dbf6ab11b61883.tar.gz newlib-0217078f77de375347b3c76fb7dbf6ab11b61883.tar.bz2 |
2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.14.0 info.
* README: Ditto.
* acinclude.m4: Change version number to 1.14.0.
* aclocal.m4: Regenerated.
* configure: Ditto.
* doc/aclocal.m4: Ditto.
* doc/configure: Ditto.
* libc/*/aclocal.m4: Ditto.
* libc/*/configure: Ditto.
* libc/libc.texinfo: Ditto.
* libm/*/aclocal.m4: Ditto.
* libm/*/configure: Ditto.
* libm/libm.texinfo: Ditto.
* libc/sys/linux/shared.ld: Add VERS_1.14.
Diffstat (limited to 'newlib/libc/sys/h8300hms/configure')
-rwxr-xr-x | newlib/libc/sys/h8300hms/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/h8300hms/configure b/newlib/libc/sys/h8300hms/configure index c3fe7f3..279b68c 100755 --- a/newlib/libc/sys/h8300hms/configure +++ b/newlib/libc/sys/h8300hms/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; } |