diff options
author | David O'Brien <obrien@FreeBSD.org> | 2000-06-08 19:00:02 +0000 |
---|---|---|
committer | David O'Brien <obrien@FreeBSD.org> | 2000-06-08 19:00:02 +0000 |
commit | 532f27356e7ea8b4a9f4a2683c0b8ddb2b8dd748 (patch) | |
tree | 7098197c30fdb81e341ebaa94661b8d5bbcd1a9b /ld | |
parent | 534f8cc6d925ed474b8b0816fde3e4c004481e3d (diff) | |
download | binutils-redhat-532f27356e7ea8b4a9f4a2683c0b8ddb2b8dd748.tar.gz |
* configure.in (VERSION): Update to show this is the CVS mainline.
Approved by: Nick Clifton <nickc@cygnus.com>
Message-Id: <200005222205.PAA14565@elmo.cygnus.com>
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b84d38ab62..b54138d839 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-06-08 David O'Brien <obrien@FreeBSD.org> + + * configure.in (VERSION): Update to show this is the CVS mainline. + 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG> * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all diff --git a/ld/configure.in b/ld/configure.in index 57de4d4d37..d91d5692b3 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -5,7 +5,7 @@ AC_INIT(ldmain.c) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(ld, 2.9.5) +AM_INIT_AUTOMAKE(ld, 2.10.90) AM_PROG_LIBTOOL |