<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/configure.ac, branch gpgme-0-3-0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2001-12-18T23:32:08Z</updated>
<entry>
<title>2001-12-18  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-12-18T23:32:08Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-18T23:32:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=98faded2e38b9fb2e58a3164ecd32249e93f4ac3'/>
<id>urn:sha1:98faded2e38b9fb2e58a3164ecd32249e93f4ac3</id>
<content type='text'>
	* autogen.sh (libtool_vers): Bump to 1.4.

	* configure.ac (LIBGPGME_LT_CURRENT): Increment.
	(LIBGPGME_LT_AGE): Likewise.
	Improve comment.
	Fix wrong comment character.

</content>
</entry>
<entry>
<title>2001-12-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-12-14T15:35:29Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-14T15:35:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a54c0a05b5ba239e06444e55b2a4c2bd87c761ce'/>
<id>urn:sha1:a54c0a05b5ba239e06444e55b2a4c2bd87c761ce</id>
<content type='text'>
	* configure.ac (GPG): Substitute this variable.
	(GPGSM): Likewise.

tests/
CVS2001-12-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/Makefile.am (GPG): Set to @GPG_PATH@.
	(./pubring.gpg): Use $(GPG) instead gpg.
	(./secring.gpg): Likewise.

	* gpgsm/t-import.c (main): Remove third test case.
	* gpgsm/Makefile.am (GPGSM): Set to @GPGSM@.
	(all-local): New target.
	(./pubcerts.kbx): Likewise.
	* gpgsm/t-encrypt.c: New file.
	* gpgsm/Makefile.am (TESTS): Add t-encrypt.

</content>
</entry>
<entry>
<title>2001-11-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-11-22T03:07:10Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-11-22T03:07:10Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=862ef3cf1c3393f02c78f9c4509f647526bf0438'/>
<id>urn:sha1:862ef3cf1c3393f02c78f9c4509f647526bf0438</id>
<content type='text'>
	* configure.ac (AC_CONFIG_FILES): Add tests/gpg/Makefile and
	tests/gpgsm/Makefile.

</content>
</entry>
<entry>
<title>cosmetic change</title>
<updated>2001-11-21T21:32:33Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-11-21T21:32:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=bef5ad4860cc8cd11f1fb41c722f8fe652fff3af'/>
<id>urn:sha1:bef5ad4860cc8cd11f1fb41c722f8fe652fff3af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2001-11-21  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-11-21T21:31:07Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-11-21T21:31:07Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=75e7fc2e245aabf7c67d2374a51b60c96b0303f9'/>
<id>urn:sha1:75e7fc2e245aabf7c67d2374a51b60c96b0303f9</id>
<content type='text'>
	* Makefile.am (gpgmeplug): New variable, set to gpgmeplug if
	[BUILD_GPGMEPLUG].
	* configure.ac (AC_CONFIG_FILES): Add gpgmeplug/Makefile.
	Support --enable-gpgmeplug.

</content>
</entry>
<entry>
<title>2001-11-20  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-11-20T05:27:46Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-11-20T05:27:46Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a441158cc77391ba8857928f01fd20ac1569ad85'/>
<id>urn:sha1:a441158cc77391ba8857928f01fd20ac1569ad85</id>
<content type='text'>
	* Makefile.am (SUBDIRS): Support building the assuan library
	(currently if GPGSM_PATH is set)..
	* configure.ac: Support building the assuan library.
	* assuan: New directory, populated with the Assuan library
	(copied from the newpg repository).

gpgme/
2001-11-20  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* Makefile.am (libgpgme_la_INCLUDES): Remove obsolete directive.
	(AM_CPPFLAGS): New directive [BUILD_ASSUAN].
	(libgpgme_la_LIBADD): Likewise.

</content>
</entry>
<entry>
<title>2001-11-20  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-11-20T04:02:55Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-11-20T04:02:55Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a1acb1d69a583b0b595e7c766123f8e547f061a8'/>
<id>urn:sha1:a1acb1d69a583b0b595e7c766123f8e547f061a8</id>
<content type='text'>
	* configure.ac (NEED_GPGSM_VERSION): New variable.  Treat it
	similarly to NEED_GPGSM_VERSION.
	* acconfig.h: Likewise.

</content>
</entry>
<entry>
<title>2001-11-18  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-11-18T03:31:31Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-11-18T03:31:31Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1a9da605ad2f801324342b68b49aa8aebefc2c27'/>
<id>urn:sha1:1a9da605ad2f801324342b68b49aa8aebefc2c27</id>
<content type='text'>
	* configure.in: Renamed to ...
	* configure.ac: ... this.  Update to autoconf 2.52.  Lots of small
	changes in the transition.  Support --with-gpg=PATH and
	--with-gpgsm=PATH options.  Check if test suites can be run.
	* acconfig.h: Add GPGSM_PATH.
	* Makefile.am: New variable `tests', set to `tests' if
	RUN_GPG_TESTS.
	(SUBDIRS): Replace string `tests' with variable `tests'.

gpgme/
2001-11-18  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* configure.in: Renamed to ...
	* configure.ac: ... this.  Update to autoconf 2.52.  Lots of small
	changes in the transition.  Support --with-gpg=PATH and
	--with-gpgsm=PATH options.  Check if test suites can be run.
	* acconfig.h: Add GPGSM_PATH.
	* Makefile.am: New variable `tests', set to `tests' if
	RUN_GPG_TESTS.
	(SUBDIRS): Replace string `tests' with variable `tests'.

</content>
</entry>
</feed>
