about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2004-03-03 19:40:22 +0000
committerWayne Davison <wayned@users.sourceforge.net>2004-03-03 19:40:22 +0000
commit2f136f5dafd6b84b6c2f5a1291ee282affc5f282 (patch)
tree4a478643a4b882c2107a8790d9bbf30e0c2ddcfd
parent615bced2c38fa2138d2cc5eb5498d9ea64bb6d86 (diff)
downloadzsh-2f136f5dafd6b84b6c2f5a1291ee282affc5f282.tar.gz
zsh-2f136f5dafd6b84b6c2f5a1291ee282affc5f282.tar.xz
zsh-2f136f5dafd6b84b6c2f5a1291ee282affc5f282.zip
users/7105
-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.