diff options
author | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-29 19:19:43 +0000 |
---|---|---|
committer | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-29 19:19:43 +0000 |
commit | 0f72a54862f03aa30ab284cb18cff84f28017f39 (patch) | |
tree | c3f4335b934f1f8034cbbf98da3742390f3e6cbc /libobjc/ChangeLog | |
parent | 7305837c4af6b06cf82994f7186f0b9cb18bfaa7 (diff) | |
download | gcc-0f72a54862f03aa30ab284cb18cff84f28017f39.tar.gz |
Added libtool support for building libobjc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35329 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 70987e98753..c5f94c614da 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,11 @@ +Fri Jul 28 08:58:02 2000 Nicola Pero <nicola@brainstorm.co.uk> + + * configure.in: Added libtool support; build shared libraries + if --enable-shared was passed on command line. + * Makefile.in: Modified most compilation commands to use libtool. + * aclocal.m4: New symbolic link to the ../libtool.m4, from the + libtool distribution. + Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com> * sarray.c, Object.m: Removed the explicit prototypes for strlen |