Fixed installation of gpg2keys_mailto

This commit is contained in:
Werner Koch 2007-05-04 09:23:51 +00:00
parent 3c351d0232
commit 2ec906db3a
8 changed files with 23 additions and 9 deletions

View File

@ -1,3 +1,9 @@
2007-05-04 Werner Koch <wk@g10code.com>
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
* configure.ac (AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
2007-03-08 Werner Koch <wk@g10code.com> 2007-03-08 Werner Koch <wk@g10code.com>
Released 2.0.3. Released 2.0.3.

View File

@ -22,7 +22,7 @@
ACLOCAL_AMFLAGS = -I m4 -I gl/m4 ACLOCAL_AMFLAGS = -I m4 -I gl/m4
AUTOMAKE_OPTIONS = dist-bzip2 AUTOMAKE_OPTIONS = dist-bzip2
DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-mailto
EXTRA_DIST = scripts/config.rpath autogen.sh README.SVN EXTRA_DIST = scripts/config.rpath autogen.sh README.SVN
DISTCLEANFILES = g10defs.h DISTCLEANFILES = g10defs.h

View File

@ -1321,8 +1321,8 @@ sm/Makefile
agent/Makefile agent/Makefile
scd/Makefile scd/Makefile
keyserver/Makefile keyserver/Makefile
keyserver/gpgkeys_mailto keyserver/gpg2keys_mailto
keyserver/gpgkeys_test keyserver/gpg2keys_test
tools/gpg-zip tools/gpg-zip
tools/Makefile tools/Makefile
doc/Makefile doc/Makefile

View File

@ -268,7 +268,7 @@ debugging.
@opindex c @opindex c
@opindex csh @opindex csh
Format the info output in daemon mode for use with the standard Bourne Format the info output in daemon mode for use with the standard Bourne
shell respective the C-shell . The default ist to guess it based on the shell respective the C-shell . The default is to guess it based on the
environment variable @code{SHELL} which is in almost all cases environment variable @code{SHELL} which is in almost all cases
sufficient. sufficient.

View File

@ -1,3 +1,11 @@
2007-05-04 Werner Koch <wk@g10code.com>
* gpgkeys_test.in: Rename to ..
* gpg2keys_test.in: .. this.
* gpgkeys_mailto.in: Rename to ..
* gpg2keys_mailto.in: .. this
* Makefile.am: Likewise
2007-03-13 David Shaw <dshaw@jabberwocky.com> 2007-03-13 David Shaw <dshaw@jabberwocky.com>
From STABLE-BRANCH-1-4 From STABLE-BRANCH-1-4

View File

@ -34,7 +34,7 @@ include $(top_srcdir)/am/cmacros.am
libexec_PROGRAMS = $(GPGKEYS_LDAP) $(GPGKEYS_HKP) $(GPGKEYS_FINGER) \ libexec_PROGRAMS = $(GPGKEYS_LDAP) $(GPGKEYS_HKP) $(GPGKEYS_FINGER) \
$(GPGKEYS_CURL) $(GPGKEYS_CURL)
libexec_SCRIPTS = $(GPGKEYS_MAILTO) libexec_SCRIPTS = $(GPGKEYS_MAILTO)
noinst_SCRIPTS = gpgkeys_test noinst_SCRIPTS = gpg2keys_test
common_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a common_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a
other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS) other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS)

View File

@ -1,6 +1,6 @@
#!@PERL@ -w #!@PERL@ -w
# gpgkeys_mailto - talk to a email keyserver # gpg2keys_mailto - talk to a email keyserver
# Copyright (C) 2001, 2002 Free Software Foundation, Inc. # Copyright (C) 2001, 2002 Free Software Foundation, Inc.
# #
# This file is part of GnuPG. # This file is part of GnuPG.
@ -27,7 +27,7 @@ $sendmail="@SENDMAIL@ -t";
sub VERSION_MESSAGE () sub VERSION_MESSAGE ()
{ {
print STDOUT "gpgkeys_mailto (GnuPG) @VERSION@\n"; print STDOUT "gpg2keys_mailto (GnuPG) @VERSION@\n";
} }
sub HELP_MESSAGE () sub HELP_MESSAGE ()

View File

@ -1,6 +1,6 @@
#!@PERL@ #!@PERL@
# gpgkeys_test - keyserver code tester # gpg2keys_test - keyserver code tester
# Copyright (C) 2001 Free Software Foundation, Inc. # Copyright (C) 2001 Free Software Foundation, Inc.
# #
# This file is part of GnuPG. # This file is part of GnuPG.
@ -26,7 +26,7 @@ $|=1;
sub VERSION_MESSAGE () sub VERSION_MESSAGE ()
{ {
print STDOUT "gpgkeys_test (GnuPG) @VERSION@\n"; print STDOUT "gpg2keys_test (GnuPG) @VERSION@\n";
} }
sub HELP_MESSAGE () sub HELP_MESSAGE ()