mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 02:02:10 +08:00
- (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
|
- djm@cvs.openbsd.org 2006/10/22 02:25:50
|
||||||
[sftp-client.c]
|
[sftp-client.c]
|
||||||
cancel progress meter when upload write fails; ok deraadt@
|
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
|
20061018
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
@ -2566,4 +2568,4 @@
|
|||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
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
|
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||||
#SHELL = @SH@
|
#SHELL = @SH@
|
||||||
@ -11,6 +11,7 @@ bindir=@bindir@
|
|||||||
sbindir=@sbindir@
|
sbindir=@sbindir@
|
||||||
libexecdir=@libexecdir@
|
libexecdir=@libexecdir@
|
||||||
datadir=@datadir@
|
datadir=@datadir@
|
||||||
|
datarootdir=@datarootdir@
|
||||||
mandir=@mandir@
|
mandir=@mandir@
|
||||||
mansubdir=@mansubdir@
|
mansubdir=@mansubdir@
|
||||||
sysconfdir=@sysconfdir@
|
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@
|
prefix=@prefix@
|
||||||
datadir=@datadir@
|
datadir=@datadir@
|
||||||
|
datarootdir=@datarootdir@
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user