From bcf8be356fbe7febd882e86b43587d88f0255d95 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 23 Oct 2006 14:44:47 -0700 Subject: [PATCH] - (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep autoconf 2.60 from complaining. --- ChangeLog | 4 +++- Makefile.in | 3 ++- scard/Makefile.in | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5e6dab35..800b1eb0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,8 @@ - djm@cvs.openbsd.org 2006/10/22 02:25:50 [sftp-client.c] cancel progress meter when upload write fails; ok deraadt@ + - (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep + autoconf 2.60 from complaining. 20061018 - (dtucker) OpenBSD CVS Sync @@ -2566,4 +2568,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.4578 2006/10/23 17:03:02 djm Exp $ +$Id: ChangeLog,v 1.4579 2006/10/23 21:44:47 tim Exp $ diff --git a/Makefile.in b/Makefile.in index 71f3623f1..fb6426b27 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.282 2006/09/12 11:54:10 djm Exp $ +# $Id: Makefile.in,v 1.283 2006/10/23 21:44:47 tim Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -11,6 +11,7 @@ bindir=@bindir@ sbindir=@sbindir@ libexecdir=@libexecdir@ datadir=@datadir@ +datarootdir=@datarootdir@ mandir=@mandir@ mansubdir=@mansubdir@ sysconfdir=@sysconfdir@ diff --git a/scard/Makefile.in b/scard/Makefile.in index ab4e22043..8519e208b 100644 --- a/scard/Makefile.in +++ b/scard/Makefile.in @@ -1,7 +1,8 @@ -# $Id: Makefile.in,v 1.4 2002/04/26 01:25:41 djm Exp $ +# $Id: Makefile.in,v 1.5 2006/10/23 21:44:47 tim Exp $ prefix=@prefix@ datadir=@datadir@ +datarootdir=@datarootdir@ srcdir=@srcdir@ top_srcdir=@top_srcdir@