1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.

(AUTOMAKE_OPTIONS): New.

* configure.ac: Check whether vasprintf needs a replacement.

* app-openpgp.c (parse_login_data): New.
(app_select_openpgp): Call it.
(do_setattr): Reparse it after change.

* Makefile.am: Add ksutil.h.
This commit is contained in:
Werner Koch 2004-10-15 09:55:39 +00:00
parent 200bd9a2a6
commit 5db236f4e7
6 changed files with 125 additions and 38 deletions

View file

@ -35,7 +35,7 @@ development_version=yes
AC_CONFIG_AUX_DIR(scripts)
AC_CONFIG_SRCDIR(g10/g10.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([std-options])
AM_CONFIG_HEADER(config.h)
AC_GNU_SOURCE