summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2006-10-23 14:44:47 -0700
committerTim Rice <tim@multitalents.net>2006-10-23 14:44:47 -0700
commitbcf8be356fbe7febd882e86b43587d88f0255d95 (patch)
treeef01370117a979d43531eb8ea69aed51c39f8276
parent50455890f37724113f348f43592b1857071a695c (diff)
- (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep
autoconf 2.60 from complaining.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in3
-rw-r--r--scard/Makefile.in3
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f5e6dab3..800b1eb0 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 71f3623f..fb6426b2 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 ab4e2204..8519e208 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@