diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,8 @@ | |||
4 | - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the | 4 | - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the |
5 | main tree while porting forward. Pointed out by Lutz Jaenicke | 5 | main tree while porting forward. Pointed out by Lutz Jaenicke |
6 | <Lutz.Jaenicke@aet.TU-Cottbus.DE> | 6 | <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
7 | - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke | ||
8 | <Lutz.Jaenicke@aet.TU-Cottbus.DE> | ||
7 | 9 | ||
8 | 20010208 | 10 | 20010208 |
9 | - (djm) Don't delete external askpass program in make uninstall target. | 11 | - (djm) Don't delete external askpass program in make uninstall target. |
diff --git a/configure.in b/configure.in index e99d01602..88a504679 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1680,7 +1680,6 @@ G=`eval echo ${piddir}` ; G=`eval echo ${G}` | |||
1680 | echo "" | 1680 | echo "" |
1681 | echo "OpenSSH configured has been configured with the following options." | 1681 | echo "OpenSSH configured has been configured with the following options." |
1682 | echo " User binaries: $B" | 1682 | echo " User binaries: $B" |
1683 | echo " User binaries: $B" | ||
1684 | echo " System binaries: $C" | 1683 | echo " System binaries: $C" |
1685 | echo " Configuration files: $D" | 1684 | echo " Configuration files: $D" |
1686 | echo " Askpass program: $E" | 1685 | echo " Askpass program: $E" |