mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Fixed installation of gpg2keys_mailto
This commit is contained in:
parent
3c351d0232
commit
2ec906db3a
@ -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>
|
||||
|
||||
Released 2.0.3.
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
|
||||
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
|
||||
DISTCLEANFILES = g10defs.h
|
||||
|
@ -1321,8 +1321,8 @@ sm/Makefile
|
||||
agent/Makefile
|
||||
scd/Makefile
|
||||
keyserver/Makefile
|
||||
keyserver/gpgkeys_mailto
|
||||
keyserver/gpgkeys_test
|
||||
keyserver/gpg2keys_mailto
|
||||
keyserver/gpg2keys_test
|
||||
tools/gpg-zip
|
||||
tools/Makefile
|
||||
doc/Makefile
|
||||
|
@ -268,7 +268,7 @@ debugging.
|
||||
@opindex c
|
||||
@opindex csh
|
||||
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
|
||||
sufficient.
|
||||
|
||||
|
@ -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>
|
||||
|
||||
From STABLE-BRANCH-1-4
|
||||
|
@ -34,7 +34,7 @@ include $(top_srcdir)/am/cmacros.am
|
||||
libexec_PROGRAMS = $(GPGKEYS_LDAP) $(GPGKEYS_HKP) $(GPGKEYS_FINGER) \
|
||||
$(GPGKEYS_CURL)
|
||||
libexec_SCRIPTS = $(GPGKEYS_MAILTO)
|
||||
noinst_SCRIPTS = gpgkeys_test
|
||||
noinst_SCRIPTS = gpg2keys_test
|
||||
|
||||
common_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a
|
||||
other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!@PERL@ -w
|
||||
|
||||
# gpgkeys_mailto - talk to a email keyserver
|
||||
# gpg2keys_mailto - talk to a email keyserver
|
||||
# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GnuPG.
|
||||
@ -27,7 +27,7 @@ $sendmail="@SENDMAIL@ -t";
|
||||
|
||||
sub VERSION_MESSAGE ()
|
||||
{
|
||||
print STDOUT "gpgkeys_mailto (GnuPG) @VERSION@\n";
|
||||
print STDOUT "gpg2keys_mailto (GnuPG) @VERSION@\n";
|
||||
}
|
||||
|
||||
sub HELP_MESSAGE ()
|
@ -1,6 +1,6 @@
|
||||
#!@PERL@
|
||||
|
||||
# gpgkeys_test - keyserver code tester
|
||||
# gpg2keys_test - keyserver code tester
|
||||
# Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GnuPG.
|
||||
@ -26,7 +26,7 @@ $|=1;
|
||||
|
||||
sub VERSION_MESSAGE ()
|
||||
{
|
||||
print STDOUT "gpgkeys_test (GnuPG) @VERSION@\n";
|
||||
print STDOUT "gpg2keys_test (GnuPG) @VERSION@\n";
|
||||
}
|
||||
|
||||
sub HELP_MESSAGE ()
|
Loading…
x
Reference in New Issue
Block a user