Thu May 28 00:32:07 2009 UTC ()
regenerate


(lukem)
diff -r1.15 -r1.16 src/crypto/external/bsd/netpgp/dist/configure
diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/tests/Makefile.in

cvs diff -r1.15 -r1.16 src/crypto/external/bsd/netpgp/dist/configure (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/configure 2009/05/27 00:38:26 1.15
+++ src/crypto/external/bsd/netpgp/dist/configure 2009/05/28 00:32:07 1.16
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1#! /bin/sh 1#! /bin/sh
2# From configure.ac Revision: 1.14 . 2# From configure.ac Revision: 1.15 .
3# Guess values for system-dependent variables and create Makefiles. 3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.63 for netpgp 20090526. 4# Generated by GNU Autoconf 2.63 for netpgp 20090526.
5# 5#
6# Report bugs to <Alistair Crooks <agc@netbsd.org> c0596823>. 6# Report bugs to <Alistair Crooks <agc@netbsd.org> c0596823>.
7# 7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 9# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
10# This configure script is free software; the Free Software Foundation 10# This configure script is free software; the Free Software Foundation
11# gives unlimited permission to copy, distribute and modify it. 11# gives unlimited permission to copy, distribute and modify it.
12## --------------------- ## 12## --------------------- ##
13## M4sh Initialization. ## 13## M4sh Initialization. ##
14## --------------------- ## 14## --------------------- ##
15 15

cvs diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/tests/Makefile.in (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/tests/Makefile.in 2009/05/26 04:27:30 1.1
+++ src/crypto/external/bsd/netpgp/dist/tests/Makefile.in 2009/05/28 00:32:07 1.2
@@ -155,26 +155,29 @@ srcdir = @srcdir@ @@ -155,26 +155,29 @@ srcdir = @srcdir@
155sysconfdir = @sysconfdir@ 155sysconfdir = @sysconfdir@
156target_alias = @target_alias@ 156target_alias = @target_alias@
157top_build_prefix = @top_build_prefix@ 157top_build_prefix = @top_build_prefix@
158top_builddir = @top_builddir@ 158top_builddir = @top_builddir@
159top_srcdir = @top_srcdir@ 159top_srcdir = @top_srcdir@
160TESTSUITE = testsuite 160TESTSUITE = testsuite
161AUTOTEST = $(AUTOM4TE) --language=autotest 161AUTOTEST = $(AUTOM4TE) --language=autotest
162EXTRA_DIST = \ 162EXTRA_DIST = \
163 package.m4 \ 163 package.m4 \
164 testsuite 164 testsuite
165 165
166TESTSUITE_DEPS = \ 166TESTSUITE_DEPS = \
167 init.at \ 167 init.at \
 168 cat.at \
 169 crypt.at \
 170 detached.at \
168 verify.at \ 171 verify.at \
169 package.m4 \ 172 package.m4 \
170 testsuite.at 173 testsuite.at
171 174
172DISTCLEANFILES = \ 175DISTCLEANFILES = \
173 atconfig \ 176 atconfig \
174 package.m4 \ 177 package.m4 \
175 testsuite 178 testsuite
176 179
177all: all-am 180all: all-am
178 181
179.SUFFIXES: 182.SUFFIXES:
180$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 183$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)