aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c396c7a..793ad0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2003-02-18 Neal H. Walfield <[email protected]>
+ * common: New directory.
+ * Makefile.am (SUBDIRS): Add common.
+
+ * configure.ac: Check for funopen. If not present, check for
+ fopencookie and implement it in terms of that. Otherwise, fail.
+ (AC_CONFIG_FILES): Add common/Makefile.
+
+2003-02-18 Neal H. Walfield <[email protected]>
+
* configure.ac (AC_CONFIG_FILES): Add src/libassuan-config.
(LIBASSUAN_CONFIG_LIBS, LIBASSUAN_CONFIG_CFLAGS): New variables.
AC_SUBST them.