about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e11ba4a4..4507f4c2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2004-03-03  Wayne Davison  <wayned@users.sourceforge.net>
 
+	* users/7105: configure.ac, Makefile.in: Added back the stamp-h
+	idiom which stop regenerating config.h when it is up-to-date but
+	unchanged.
+
+2004-03-03  Wayne Davison  <wayned@users.sourceforge.net>
+
 	* 19530: Src/Zle/zle_params.c: Fixed two cases where unmetify()
 	was using an int* to store a value into a size_t variable.