aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-10-24Fixed and clarified copyright noticesWerner Koch1-1/+1
2005-10-082005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+17
* configure.ac: Check for socket library and add it to LIBASSUAN_CONFIG_LIBS if necessary.
2005-06-20post release version number updateWerner Koch1-1/+1
2005-06-20Preparing for 0.6.10libassuan-0-6-10Werner Koch1-1/+1
2004-12-22post release updatesWerner Koch1-1/+1
2004-12-22Switched to automake 1.9.libassuan-0-6-9Werner Koch1-3/+3
2004-12-07* configure.ac: Define HAVE_W32_SYSTEM and HAVE_DOSISH_SYSTEM.Werner Koch1-0/+31
Add -lwsock2 to the config lib flags for W32. * assuan-logging.c, assuan-io.c: Include config.h * assuan-pipe-connect.c (assuan_pipe_connect2) [_WIN32]: Return error Not Imlemented.
2004-11-25Post release prepsWerner Koch1-1/+1
2004-11-25Released 0.6.8libassuan-0-6-8Werner Koch1-1/+1
2004-09-27.Werner Koch1-1/+1
2004-09-27about to release 0.6.7libassuan-0-6-7Werner Koch1-1/+1
2004-06-232004-06-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* configure.ac: Check for <sys/uio.h>. src/ 2004-06-23 Marcus Brinkmann <[email protected]> * assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include <sys/uio.h>.
2004-06-08post release version bumpWerner Koch1-1/+1
2004-06-08about to release 0.6.6.libassuan-0-6-6Werner Koch1-1/+1
2004-04-29post release version bumpWerner Koch1-1/+1
2004-04-29About to release 0.6.5libassuan-0-6-5Werner Koch1-1/+1
2004-02-20post release version number bumpWerner Koch1-1/+1
2004-02-20About to release 0.6.4libassuan-0-6-4Werner Koch1-1/+1
2004-02-18(assuan_get_data_fp): Fail with ENOSYS if weWerner Koch1-4/+12
can't implement this.
2004-02-13Removed the unneeded alloca.h.Werner Koch1-1/+1
2004-01-29Released 0.6.3libassuan-0-6-3Werner Koch1-1/+1
2003-12-18post release version number bump.Werner Koch1-1/+1
2003-12-18Getting ready for a new releaseWerner Koch1-1/+1
2003-12-08* Makefile.am: Add README.CVS and autogen.sh. Removed m4/Makefile.Werner Koch1-1/+0
2003-12-08* TODO: New.Werner Koch1-0/+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-11-17Post release version bumbWerner Koch1-1/+1
2003-11-17About to release 0.6.1libassuan-0-6-1Werner Koch1-1/+1
2003-08-06Bumbed version number for next development cycleWerner Koch1-1/+1
2003-08-06* lgpl.texi: New.libassuan-0-6-0Werner Koch1-12/+8
* gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi.
2003-07-29Cleanups for newer autoconf.Werner Koch1-55/+17
2003-04-29* libassuan.m4: New. Based on libgrypt.m4.Werner Koch1-1/+1
* 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-2/+9
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-18/Neal Walfield1-0/+8
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. src/ 2003-02-18 Neal H. Walfield <[email protected]> * libassuan-config.in: New file. * Makefile.am (bin_PROGRAMS): New variable.
2003-02-182003-02-17 Neal H. Walfield <[email protected]>Neal Walfield1-0/+136
* 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.