aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-04A couple of Changes for WindowsWerner Koch1-2/+2
2007-06-152007-06-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* autogen.sh: Require bash.
2007-06-12Various minor changes for W32Werner Koch1-23/+24
2006-11-21Fix for newer Pth versions.Werner Koch1-0/+44
Fix memory leak. Add convenience option for cross build to amd64
2004-12-18* autogen.sh: Add Option --build-w32.Werner Koch1-2/+57
* assuan-logging.c (_assuan_w32_strerror): New. * assuan-defs.h (w32_strerror): new. * assuan-pipe-connect.c (assuan_pipe_connect2, fix_signals): Factored signal code out to new function. (build_w32_commandline, create_inheritable_pipe): New. Taken from gnupg 1.9. (assuan_pipe_connect2) [W32]: Implemented for W32.
2004-04-192004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann1-2/+2
* autogen.sh: Added ACLOCAL_FLAGS.
2004-02-13Removed the unneeded alloca.h.Werner Koch1-1/+1
2003-12-08* TODO: New.Werner Koch1-143/+80
* 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-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-182003-02-17 Neal H. Walfield <[email protected]>Neal Walfield1-0/+163
* 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.