diff options
author | Yang Tse <yangsita@gmail.com> | 2008-06-18 04:39:29 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-06-18 04:39:29 +0000 |
commit | 24d41452b00c4e5728626c744eb16ba4f9eb2378 (patch) | |
tree | 14c850ad7767f87b7ce7f30c90ec44a9a7612923 /CHANGES | |
parent | 2597020d22ed6bcac9a9527f0fe9b235309d5a62 (diff) |
No longer break out of a shell "for" statement from inside
AC_FOO_IFELSE macros, otherwise temp files are not removed.
Identation adjustment.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Yang Tse (18 Jun 2008) +- Internal configure script improvement. No longer break out of shell "for" + statements from inside AC_FOO_IFELSE macros, otherwise temporary macro files + are not properly removed. + Daniel Fandrich (12 Jun 2008) - Fixed curl-config --ca which wasn't being exported by configure. |