summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Let configure create the VERSION file.Werner Koch2017-11-151-2/+2
| | | | | | | | | | * autogen.sh: Update from Libgpg-error * configure.ac: Create file VERSION. * Makefile.am (dist-hook): Do not create VERSION. (EXTRA_DIST): Add VERSION. -- GnuPG-bug-id: 3283
* Add an SPDX tag to all core files.Werner Koch2017-11-151-0/+1
| | | | --
* configure: Add flag to disable documentation build.Marcus Brinkmann2017-06-191-1/+8
| | | | | | | | | * configure.ac: Add new option --disable-doc. (BUILD_DOC): New automake conditional. * Makefile.am (SUBDIRS): Make doc optional based on BUILD_DOC. (DISTCHECK_CONFIGURE_FLAGS): New variable. Signed-Off-By: Marcus Brinkmann <mb@g10code.com>
* Release 2.4.3.libassuan-2.4.3Werner Koch2016-07-141-0/+14
| | | | | | | * configure.ac: Set LT version to C7/A7/R3. * Makefile.am (distcheck-hook): New. Signed-off-by: Werner Koch <wk@gnupg.org>
* Release 2.2.0libassuan-2.2.0Werner Koch2014-12-111-1/+0
| | | | | | * configure.ac: Set LT version to C5/A5/R0. (AM_INIT_AUTOMAKE): Add options. * Makefile.am (AUTOMAKE_OPTIONS): Remove.
* Use the generic autogen.sh script.Werner Koch2014-01-101-1/+1
| | | | | | * autogen.rc: New. * Makefile.am (EXTRA_DIST): Add it. * autogen.sh: Update from GnuPG.
* Move helper scripts to build-aux.Werner Koch2014-01-101-1/+1
| | | | | | | | | | * compile, config.guess, config.rpath, config.sub, depcomp, ltmain.sh * doc/mdate-sh, doc/texinfo.tex, install-sh, missing: Move to build-aux/. * Makefile.am (EXTRA_DIST): Remove config.rpath - it is implicitly distributed. * configure.ac (AC_CONFIG_AUX_DIR): New. (AM_SILENT_RULES): New.
* Require gitlog-to-changelog to be installed.Werner Koch2012-01-251-3/+6
| | | | | | * Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use installed version of gitlog-to-changelog. * build-aux/gitlog-to-changelog: Remove from repo.
* Update gitlog-to-changelog to support --tear-off.Werner Koch2011-12-201-2/+2
|
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-2/+20
| | | | | | | | | | | | | | * build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011.
* Fix Makefile for rename of README.SVN to README.GIT.Werner Koch2011-04-201-2/+2
|
* 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 <neal@g10code.de> * configure.ac: Fix typo. (AC_CONFIG_FILES): Remove common/Makefile.am. * common: Remove directory. src/ 2003-02-18 Neal H. Walfield <neal@g10code.de> * 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 <neal@g10code.de> * 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 <neal@g10code.de> * 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 <neal@g10code.de> * 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 <neal@g10code.de>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.