aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-12-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-12-231-1/+15
| | | | | | | | | | | | | | | * configure.ac: New conditional HAVE_LD_VERSION_SCRIPT. Call AC_CANONICAL_HOST, use host instead target. gpgme/ 2002-12-24 Marcus Brinkmann <[email protected]> * libgpgme.vers: New file. * Makefile.am (EXTRA_DIST): Add libgpgme.vers. (libgpgme_version_script_cmd): New variable. (libgpgme_la_LDFLAGS): Add libgpgme_version_script_cmd here. (libgpgme_la_DEPENDENCIES): New variable.
* 2002-12-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-12-231-1/+1
| | | | | | | * configure.ac: Bump up to 0.4.1. Released 0.4.0.
* 2002-12-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-12-081-3/+3
| | | | | | * configure.ac (LIBGPGME_LT_CURRENT): Increase by one. (LIBGPGME_LT_AGE, LIBGPGME_LT_REVISION): Set to 0.
* 2002-11-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-281-9/+1
| | | | | | | | | | | | | | | * NEWS: Add note about moving "gpgmeplug" to the "cryptplug" package. * README: Remove instructions related to "gpgmeplug". * configure.ac: Remove enable option "gpgmeplug" and automake conditional BUILD_GPGMEPLUG, as well as the status info about it. (GPGMEPLUG): Remove variable. * Makefile.am (gpgmeplug): Remove variable. (SUBDIRS): Remove ${gpgmeplug}. * cryptplug.h, gpgme-openpgp.c, gpgmeplug.dox, gpgme-smime.c, Makefile.am, gpgmeplug.c, ChangeLog: Files removed. CVSk: ----------------------------------------------------------------------
* 2002-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-221-1/+2
| | | | | * configure.ac: Disable GPGSM for all dosish systems.
* 2002-10-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-10-121-0/+1
| | | | | * configure.ac: Add automake conditional HAVE_GPGSM.
* 2002-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-10-081-3/+3
| | | | | | | | | * configure.ac (AC_INIT): Bump version up to 0.4.0. (NEED_GPG_VERSION): Bump up to 1.2.0. (NEED_GPGSM_VERSION): Bump up to 0.9.0. * README: Update version numbers. * NEWS: Start entry for 0.4.0.
* changed version number after release.Werner Koch2002-09-201-1/+1
|
* * configure.ac: Bump up LIBGPGME_LT_REVISION.gpgme-0-3-11Werner Koch2002-09-201-1/+1
| | | | | * configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
* * ath.c: Include sys/time.h if sys/select.h is not available.Werner Koch2002-09-201-0/+3
| | | | | * configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-021-0/+5
| | | | | * configure.ac: Create and substitute LTLIBOBJS.
* Bump up version number.Marcus Brinkmann2002-09-011-1/+1
|
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-011-1/+1
| | | | | | | | Released 0.3.10. * NEWS: Update for 0.3.9 release. * configure.ac: Bump up LIBGPGME_LT_REVISION.
* * acinclude.m4 (GNUPG_CHECK_VA_COPY): New.Werner Koch2002-08-291-1/+7
| | | | | * configure.ac: Use it.
* * configure.ac (GPGME_CONFIG_CFLAGS): Renamed from GPGME_CFLAGSWerner Koch2002-08-231-4/+4
| | | | | and removed the libpath because it is set by the config script.
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-211-1/+1
| | | | | * configure.ac: Bump version number to 0.3.10.
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-201-11/+3
| | | | | | | | | | | | | | | | * Makefile.am (SUBDIRS): Remove jnlib. * configure.ac: Don't check for unsigned short or unsigned long. Don't check for memicmp, strlwr, strtoul, memmove, stricmp. Make stpcpy a replaced function. Don't define HAVE_JNLIB_LOGGING. Don't generate jnlib/Makefile. gpgme/ 2002-08-21 Marcus Brinkmann <[email protected]> * stpcpy.c: New file from gnulib. * Makefile.am (assuan_libobjs): Remove jnlib.
* * configure.ac: Bumbed version number to 0.3.9; add a comment onWerner Koch2002-07-021-2/+3
| | | | | | | | | | when to change it. * gpgme.spec.in: New. Contributed by Wojciech Polak. * Makefile.am (dist-hook): New. * AUTHORS: Added Wojciech and bug reporting addresses.
* Prepared for further development.Werner Koch2002-06-251-1/+1
|
* * configure.ac: Bumbed LT version to 9/3/0.Werner Koch2002-06-251-5/+5
| | | | | (NEED_GPGSM_VERSION): Need 0.3.8 due to fixed export command.
* Prepare everything for CVS hackery.Marcus Brinkmann2002-06-041-1/+1
|
* 2002-06-04 Marcus Brinkmann <[email protected]>gpgme-0-3-7Marcus Brinkmann2002-06-041-2/+2
| | | | | | | | | | Released 0.3.7. * configure.ac (AC_INIT): Set version to 0.3.7. (LIBGPGME_LT_REVISION): Add one. * README: Document version requirement correctly.
* 2002-06-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-06-021-0/+12
| | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add checks for Pth and pthreads. * acinclude.m4: Add slightly hacked check for pth (seems to be an autoconf version problem). gpgme/ 2002-06-02 Marcus Brinkmann <[email protected]> * Makefile.am (ath_components): New variable. (ath_components_pthread): Likewise. (ath_components_pth): Likewise. (system_components): Add ath_componentes. * ath.h: New file. * ath.c: Likewise. * ath-pthread.c: Likewise. * ath-pth.c: Likewise. * posix-sema.c (_gpgme_sema_cs_enter): Rework to use the ATH interface. * mutex.h: Remove file.
* * engine-gpgsm.c (_gpgme_gpgsm_op_keylist)Werner Koch2002-05-211-1/+1
| | | | | | | (_gpgme_gpgsm_op_keylist_ext): Pass the keylist mode to gpgsm. * configure.ac (NEED_GPGSM_VERSION): We need gpgsm 0.3.7.
* Bumbed version number to *-cvsWerner Koch2002-05-031-1/+1
|
* released 0.3.6V0-3-6Werner Koch2002-05-031-6/+6
|
* 2002-04-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-04-041-6/+27
| | | | | | | | | | | | * acconfig.h: File removed. * configure.ac (NEED_GPG_VERSION): Add description. (NEED_GPGSM_VERSION): Likewise. (HAVE_DOSISH_SYSTEM): Likewise. (HAVE_DRIVE_LETTERS): Likewise. (GPG_PATH): Likewise. (GPGSM_PATH): Likewise. * acinclude.m4 (GNUPG_CHECK_TYPEDEF): Likewise.
* *** empty log message ***Werner Koch2002-04-011-1/+1
|
* Released 0.3.5V0-3-5Werner Koch2002-04-011-3/+3
|
* 2002-03-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-03-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add automake conditional HAVE_DOSISH_SYSTEM. gpgme/ 2002-03-18 Marcus Brinkmann <[email protected]> * Makefile.am (system_components): New variable, set depending on HAVE_DOSISH_SYSTEM. (libgpgme_la_SOURCES): Use system_components. Remove `syshdr.h'. * syshdr.h: File removed. * posix-io.c: Remove !HAVE_DOSISH_SYSTEM safeguard. Clean up source. * posix-sema.c: Likewise. * posix-util.c: Likewise. * w32-io.c: Remove HAVE_DOSISH_SYSTEM safeguard. * w32-sema.c: Likewise. * w32-util.c: Likewise. * posix-io.c: Include `unistd.h', do not include `syshdr.h'. * posix-sema.c: Likewise. * w32-io.c: Include `io.h', do not include `syshdr.h' * w32-sema.c: Likewise. * w32-util.c: Likewise. * data.c: Do not include `syshdr.h'. * wait.c: Likewise. * wait.h: Code cleanup. * mutex.h: New file. * posix-sema.c: Implement.
* Minor doc fixesWerner Koch2002-03-101-3/+3
|
* * configure.ac: Bumbed version to 0.3.4-cvs to continue development.Werner Koch2002-03-041-1/+1
|
* * gpg/Makefile.am (DISTCLEANFILES): Added.V0-3-4Werner Koch2002-03-041-5/+5
| | | | | | * configure.ac: Bumbed LT version numbers to (7,1,0), requires gpgsm 0.3.1.
* 2002-03-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-03-031-1/+1
| | | | | | * configure.ac (AC_INIT): Change version number to snapshot CVS version.
* * configure.ac (vasprintf,fopencookie): Add checks.Werner Koch2002-02-131-0/+7
|
* 2002-02-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-02-121-1/+1
| | | | | | | | | | | | | | | * configure.ac (AC_INIT): Bump version to 0.3.3. * jnlib/Makefile.am: Rever to older version that includes xmalloc but not dotlock and some other files. Reported by St�phane Corth�sy. tests/ 2002-02-12 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (CLEANFILES): New target. (distclean-local): Rename to ... (clean-local): ... this.
* 2002-02-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-02-101-1/+1
| | | | | | | | | | | * Released 0.3.2. * configure.ac (AC_INIT): Bump version to 0.3.2. * jnlib/libjnlibconfig.h: Revert to older version that doesn't expect libgcrypt. Reported by Jose Carlos Garcia Sogo <[email protected]>. 2002-02-09 Marcus Brinkmann <[email protected]>
* 2002-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-02-091-1/+1
| | | | | * configure.ac (AC_INIT): Bump version to 0.3.1
* 2002-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-02-091-2/+2
| | | | | | | | * Released 0.3.1. * configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6! (NEED_GPGSM_VERSION): Bump it up to 0.3.0!
* 2002-01-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-221-6/+10
| | | | | * configure.ac (HAVE_JNLIB_LOGGING): Define always for assuan.
* Update all these funny copright notices.Marcus Brinkmann2002-01-161-1/+0
|
* * configure.ac (VERSION,PACKAGE): Defined and subst. Used forWerner Koch2001-12-191-11/+20
| | | | | AM_INIT_AUTOMAKE and moved all version number more to the top.
* 2001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-181-7/+8
| | | | | | | | | | * autogen.sh (libtool_vers): Bump to 1.4. * configure.ac (LIBGPGME_LT_CURRENT): Increment. (LIBGPGME_LT_AGE): Likewise. Improve comment. Fix wrong comment character.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-141-0/+3
| | | | | | | | | | | | | | | | | | | | * configure.ac (GPG): Substitute this variable. (GPGSM): Likewise. tests/ CVS2001-12-14 Marcus Brinkmann <[email protected]> * 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.
* 2001-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-221-1/+2
| | | | | | * configure.ac (AC_CONFIG_FILES): Add tests/gpg/Makefile and tests/gpgsm/Makefile.
* cosmetic changeMarcus Brinkmann2001-11-211-2/+2
|
* 2001-11-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-211-1/+9
| | | | | | | | * Makefile.am (gpgmeplug): New variable, set to gpgmeplug if [BUILD_GPGMEPLUG]. * configure.ac (AC_CONFIG_FILES): Add gpgmeplug/Makefile. Support --enable-gpgmeplug.
* 2001-11-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-201-2/+6
| | | | | | | | | | | | | | | | * 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 <[email protected]> * Makefile.am (libgpgme_la_INCLUDES): Remove obsolete directive. (AM_CPPFLAGS): New directive [BUILD_ASSUAN]. (libgpgme_la_LIBADD): Likewise.
* 2001-11-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-201-0/+3
| | | | | | | * configure.ac (NEED_GPGSM_VERSION): New variable. Treat it similarly to NEED_GPGSM_VERSION. * acconfig.h: Likewise.
* 2001-11-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-181-0/+203
* 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 <[email protected]> * 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'.