* configure.in: Change version number to 2.9.4

* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor 1998-04-27 20:42:00 +00:00
parent 1294c286cb
commit 5b10df4a85
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Mon Apr 27 16:39:22 1998 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Change version number to 2.9.4
* configure: Rebuild.
Wed Apr 22 16:00:35 1998 Tom Tromey <tromey@cygnus.com>
* po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).

2
binutils/configure vendored
View File

@ -802,7 +802,7 @@ fi
PACKAGE=binutils
VERSION=2.9.1
VERSION=2.9.4
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; }

View File

@ -5,7 +5,7 @@ AC_INIT(ar.c)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(binutils, 2.9.1)
AM_INIT_AUTOMAKE(binutils, 2.9.4)
AM_PROG_LIBTOOL

View File

@ -1,5 +1,8 @@
Mon Apr 27 11:56:21 1998 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Change version number to 2.9.4
* configure: Rebuild.
* ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf.
Based on patch from H.J. Lu <hjl@gnu.org>: