diff options
author | Tim Rice <tim@multitalents.net> | 2006-10-23 23:44:47 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2006-10-23 23:44:47 +0200 |
commit | bcf8be356fbe7febd882e86b43587d88f0255d95 (patch) | |
tree | ef01370117a979d43531eb8ea69aed51c39f8276 /Makefile.in | |
parent | - djm@cvs.openbsd.org 2006/10/22 02:25:50 (diff) | |
download | openssh-bcf8be356fbe7febd882e86b43587d88f0255d95.tar.xz openssh-bcf8be356fbe7febd882e86b43587d88f0255d95.zip |
- (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep
autoconf 2.60 from complaining.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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@ |