summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-06-10 15:13:00 +0000
committerWerner Koch <wk@gnupg.org>2005-06-10 15:13:00 +0000
commit839a1b1e5a81f16b9598c437f6b7daacaa08eeeb (patch)
tree0ce6c719eee7294eb672ea039253795cdd90df5c /ChangeLog
parent2fa7431c78dc9ba553c9f988cf0ec0c5483c989e (diff)
downloadlibgcrypt-839a1b1e5a81f16b9598c437f6b7daacaa08eeeb.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c79b495..d602a3d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,17 @@
+2005-06-10 Werner Koch <wk@g10code.com>
+
+ * 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 <moritz@g10code.com>
* 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 <moritz@g10code.com>