diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -85,6 +85,8 @@ | |||
85 | - (stevesk) rijndael.c: cleanup missing declaration warnings. | 85 | - (stevesk) rijndael.c: cleanup missing declaration warnings. |
86 | - (stevesk) ~/.hushlogin shouldn't cause required password change to | 86 | - (stevesk) ~/.hushlogin shouldn't cause required password change to |
87 | be bypassed. | 87 | be bypassed. |
88 | - (stevesk) Display correct path to ssh-askpass in configure output. | ||
89 | Report from Lutz Jaenicke. | ||
88 | 90 | ||
89 | 20001007 | 91 | 20001007 |
90 | - (stevesk) Print PAM return value in PAM log messages to aid | 92 | - (stevesk) Print PAM return value in PAM log messages to aid |
diff --git a/configure.in b/configure.in index b3ab2fdb8..7ff324bb0 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1522,7 +1522,7 @@ A=`eval echo ${prefix}` ; A=`eval echo ${A}` | |||
1522 | B=`eval echo ${bindir}` ; B=`eval echo ${B}` | 1522 | B=`eval echo ${bindir}` ; B=`eval echo ${B}` |
1523 | C=`eval echo ${sbindir}` ; C=`eval echo ${C}` | 1523 | C=`eval echo ${sbindir}` ; C=`eval echo ${C}` |
1524 | D=`eval echo ${sysconfdir}` ; D=`eval echo ${D}` | 1524 | D=`eval echo ${sysconfdir}` ; D=`eval echo ${D}` |
1525 | E=`eval echo ${libexecdir}/ssh/ssh-askpass` ; E=`eval echo ${E}` | 1525 | E=`eval echo ${libexecdir}/ssh-askpass` ; E=`eval echo ${E}` |
1526 | F=`eval echo ${mandir}/${mansubdir}X` ; F=`eval echo ${F}` | 1526 | F=`eval echo ${mandir}/${mansubdir}X` ; F=`eval echo ${F}` |
1527 | G=`eval echo ${piddir}` ; G=`eval echo ${G}` | 1527 | G=`eval echo ${piddir}` ; G=`eval echo ${G}` |
1528 | 1528 | ||