aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Preparing 1.0.3Werner Koch2007-08-241-0/+19
|
* Switched to LGPLv3.libassuan-1.0.2Werner Koch2007-07-051-2/+2
|
* Preparing the 1.0.0 release.libassuan-1.0.0Werner Koch2006-10-311-0/+3
|
* Preparing a new releaselibassuan-0.9.0Werner Koch2006-09-141-1/+5
|
* Changes to support gpg-error style error codes.Werner Koch2006-09-061-1/+3
|
* Fixed and clarified copyright noticesWerner Koch2005-10-241-1/+2
|
* * Makefile.am: Add README.CVS and autogen.sh. Removed m4/Makefile.Werner Koch2003-12-081-1/+1
|
* * TODO: New.Werner Koch2003-12-081-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.
* Cleanups for newer autoconf.Werner Koch2003-07-291-1/+1
|
* * libassuan.m4: New. Based on libgrypt.m4.Werner Koch2003-04-291-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.
* /Neal Walfield2003-02-181-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.
* /Neal Walfield2003-02-181-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-17 Neal H. Walfield <[email protected]>Neal Walfield2003-02-181-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.