diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-04 21:41:06 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-04 21:41:06 +0000 |
commit | 9123512a30611a9998ad7cab5b774188332d0677 (patch) | |
tree | ed430ec7e88592af6a1259c8a8265e9c2c62ff04 /libiberty/ChangeLog | |
parent | 5e571023ebf0ad21b2dc1744b9e29a975fc9372b (diff) | |
download | gcc-9123512a30611a9998ad7cab5b774188332d0677.tar.gz |
2002-03-04 Phil Edwards <pme@gcc.gnu.org>
* configure.in: Add --enable-install-libiberty option.
* Makefile.in (INSTALLED_HEADERS): New variable.
(install_to_libdir): Possibly also copy headers.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50288 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 0334c35d9b9..b213aa2d0e7 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2002-03-04 Phil Edwards <pme@gcc.gnu.org> + + * configure.in: Add --enable-install-libiberty option. + * Makefile.in (INSTALLED_HEADERS): New variable. + (install_to_libdir): Possibly also copy headers. + * configure: Regenerated. + 2002-03-04 Neil Booth <neil@daikokuya.demon.co.uk> * xmalloc.c (xmalloc_fail): Clarify error message further. |