* configure.in: Change version number to 2.9.4
* configure: Rebuild.
This commit is contained in:
parent
1294c286cb
commit
5b10df4a85
4 changed files with 10 additions and 2 deletions
|
@ -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
2
binutils/configure
vendored
|
@ -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; }
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>:
|
||||
|
|
Loading…
Reference in a new issue