- (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep
autoconf 2.60 from complaining.
This commit is contained in:
parent
50455890f3
commit
bcf8be356f
|
@ -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 $
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -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@
|
||||
|
||||
|
|
Loading…
Reference in New Issue