]> andersk Git - openssh.git/commitdiff
- (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep
authortim <tim>
Mon, 23 Oct 2006 21:44:47 +0000 (21:44 +0000)
committertim <tim>
Mon, 23 Oct 2006 21:44:47 +0000 (21:44 +0000)
   autoconf 2.60 from complaining.

ChangeLog
Makefile.in
scard/Makefile.in

index 88f5d015f149c52b98cf18186a49a3783c8204fb..700867948cd8e82f8cb2bb9ce39780efc69419a7 100644 (file)
--- 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
index 558cc105ad77504d09af1d96fbb392059758aa09..bc3a925b381a8c81fa17376590ce94f070818318 100644 (file)
@@ -11,6 +11,7 @@ bindir=@bindir@
 sbindir=@sbindir@
 libexecdir=@libexecdir@
 datadir=@datadir@
+datarootdir=@datarootdir@
 mandir=@mandir@
 mansubdir=@mansubdir@
 sysconfdir=@sysconfdir@
index 07433c191d7e04b72792d03c8fb0b48bcf1e071d..9a3a55330e96474880f45e4368c21091d3474e29 100644 (file)
@@ -2,6 +2,7 @@
 
 prefix=@prefix@
 datadir=@datadir@
+datarootdir=@datarootdir@
 srcdir=@srcdir@
 top_srcdir=@top_srcdir@
 
This page took 0.480971 seconds and 5 git commands to generate.