diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |