From 839a1b1e5a81f16b9598c437f6b7daacaa08eeeb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 10 Jun 2005 15:13:00 +0000 Subject: Move detection of basic stuff to the top. For example we need to know whether gcc is used before testing for it. Reported by Ralf Fassel. --- ChangeLog | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5c79b495..d602a3d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,17 @@ +2005-06-10 Werner Koch + + * configure.ac: Move detection of basic stuff to the top. For + example we need to know whether gcc is used before testing for it. + Reported by Ralf Fassel. + 2005-04-23 Moritz Schulte * acinclude.m4 (TYPE_SOCKLEN_T): New type definition test; provided by Albert Chin. - * configure.ac: Don't use $(CMD) as it's not portable; use `CMD` nstead. - Simpler -lnsl/-lsocket test. - Use TYPE_SOCKLEN_T test. - Don't forget to set `random_modules' correctly. + * configure.ac: Don't use $(CMD) as it's not portable; use CMD in + backticks instead. Simpler -lnsl/-lsocket test. Use + TYPE_SOCKLEN_T test. Don't forget to set `random_modules' + correctly. 2005-04-22 Moritz Schulte -- cgit v1.2.1