aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-24Preparing 1.0.3Werner Koch1-0/+19
2007-07-05Switched to LGPLv3.libassuan-1.0.2Werner Koch1-2/+2
2006-10-31Preparing the 1.0.0 release.libassuan-1.0.0Werner Koch1-0/+3
2006-09-14Preparing a new releaselibassuan-0.9.0Werner Koch1-1/+5
2006-09-06Changes to support gpg-error style error codes.Werner Koch1-1/+3
2005-10-24Fixed and clarified copyright noticesWerner Koch1-1/+2
2003-12-08* Makefile.am: Add README.CVS and autogen.sh. Removed m4/Makefile.Werner Koch1-1/+1
2003-12-08* TODO: New.Werner Koch1-1/+2
* Makefile.am: Add README.CVS and autogen.sh * README.CVS: New. * autogen.sh: Revamped. * configure.ac: Add automake version number for autgen.sh use.
2003-07-29Cleanups for newer autoconf.Werner Koch1-1/+1
2003-04-29* libassuan.m4: New. Based on libgrypt.m4.Werner Koch1-1/+4
* Makefile.am (m4data_DATA): New. * assuan.h (AssuanCommand): Removed. * assuan-handler.c: Remove the cmd_id element, (assuan_register_command): Likewise. Note that semantics changed. (_assuan_register_std_commands): Adjusted.
2003-02-18/Neal Walfield1-1/+1
2003-02-18 Neal H. Walfield <[email protected]> * configure.ac: Fix typo. (AC_CONFIG_FILES): Remove common/Makefile.am. * common: Remove directory. src/ 2003-02-18 Neal H. Walfield <[email protected]> * Makefile.am (libassuan_a_LIBADD): New variable. * funopen.c: Move from ../common. * isascii.c: Likewise. * memrchr.c: Likewise. * putc_unlocked.c: Likewise.
2003-02-18/Neal Walfield1-1/+1
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. src/ 2003-02-18 Neal H. Walfield <[email protected]> * assuan-handler.c (_IO_cookie_io_functions_t): Remove. (cookie_io_functions_t): Remove. (fopencookie): Remove prototype. (assuan_get_data_fp): Use funopen, not fopencookie. common/ 2003-02-18 Neal H. Walfield <[email protected]> * Makefile.am: New file. * funopen.c: New file. * isascii.c: Imported from newpg. * memrchr.c: Likewise. * putc_unlocked.c: Likewise.
2003-02-182003-02-17 Neal H. Walfield <[email protected]>Neal Walfield1-0/+1
* AUTHORS: New file. * INSTALL: New file. * Makefile.am: New file. * NEWS: New file. * README: New file. * autogen.sh: New file, copied from newpg. * configure.ac: New file, imported from newpg. * depcomp: New file. * install-sh: New file. * missing: New file. * mkinstalldirs: New file. * doc: New directory. * src: New directory. * tests: New directory.