summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-03-10 04:12:12 +0000
committerRoland McGrath <roland@gnu.org>1995-03-10 04:12:12 +0000
commitff3d7ed36ae26261cc1c76e5f03ee053d65f9229 (patch)
treed3d4e3f17f3c4e7b6ff183615531400397655767 /ChangeLog
parentd8cc5f0c6a4c3efe88076c05c4e42cf2108b3763 (diff)
downloadglibc-ff3d7ed36ae26261cc1c76e5f03ee053d65f9229.tar.gz
glibc-ff3d7ed36ae26261cc1c76e5f03ee053d65f9229.tar.xz
glibc-ff3d7ed36ae26261cc1c76e5f03ee053d65f9229.zip
* configure.in: Use AC_CHECK_TOOL for CC, AR, RANLIB. Accept args
 	--enable-shared, --enable-profile, --enable-omitfp; pass settings
 	through to config.make.
	* config.make.in (build-shared, build-profile, build-omitfp): New
 	config vars.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b8083c1c2..a998cf72c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 Thu Mar  9 22:29:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+	* configure.in: Use AC_CHECK_TOOL for CC, AR, RANLIB.  Accept args
+ 	--enable-shared, --enable-profile, --enable-omitfp; pass settings
+ 	through to config.make.
+	* config.make.in (build-shared, build-profile, build-omitfp): New
+ 	config vars.
+
 	* elf/elf.h (STN_UNDEF): Renamed to SHN_UNDEF (typo).
 	(DT_NUM): New macro.