aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A couple of Changes for WindowsWerner Koch2007-07-041-2/+2
|
* 2007-06-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-06-151-1/+1
| | | | | * autogen.sh: Require bash.
* Various minor changes for W32Werner Koch2007-06-121-23/+24
|
* Fix for newer Pth versions.Werner Koch2006-11-211-0/+44
| | | | | | Fix memory leak. Add convenience option for cross build to amd64
* * autogen.sh: Add Option --build-w32.Werner Koch2004-12-181-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-02 Thomas Schwinge <[email protected]>Marcus Brinkmann2004-04-191-2/+2
| | | | | * autogen.sh: Added ACLOCAL_FLAGS.
* Removed the unneeded alloca.h.Werner Koch2004-02-131-1/+1
|
* * TODO: New.Werner Koch2003-12-081-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.
* * libassuan.m4: New. Based on libgrypt.m4.Werner Koch2003-04-291-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-17 Neal H. Walfield <[email protected]>Neal Walfield2003-02-181-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.