summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-15 21:18:10 +1100
committerDamien Miller <djm@mindrot.org>2000-03-15 21:18:10 +1100
commit856799ba27c364a44845dd6f73ae4cb89f6c5ed4 (patch)
tree31416c5ea29f912b0d933ca66fd025f70408e4ac
parentb1be3bcca113c95cdbcdca8793849d974bbcddbd (diff)
- Configure fix from Bratislav ILICH <bilic@zepter.ru>
-rw-r--r--CREDITS1
-rw-r--r--ChangeLog1
-rw-r--r--configure.in2
3 files changed, 3 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index 5b50796b4..0fb1adae8 100644
--- a/CREDITS
+++ b/CREDITS
@@ -8,6 +8,7 @@ Andre Lucas <andre.lucas@dial.pipex.com> - build, login and many other fixes
8Andy Sloane <andy@guildsoftware.com> - bugfixes 8Andy Sloane <andy@guildsoftware.com> - bugfixes
9Arkadiusz Miskiewicz <misiek@pld.org.pl> - IPv6 compat fixes 9Arkadiusz Miskiewicz <misiek@pld.org.pl> - IPv6 compat fixes
10Ben Taylor <bent@clark.net> - Solaris debugging and fixes 10Ben Taylor <bent@clark.net> - Solaris debugging and fixes
11Bratislav ILICH <bilic@zepter.ru> - Configure fix
11Chip Salzenberg <chip@valinux.com> - Assorted patches 12Chip Salzenberg <chip@valinux.com> - Assorted patches
12Chris Saia <csaia@wtower.com> - SuSE packaging 13Chris Saia <csaia@wtower.com> - SuSE packaging
13Chris, the Young One <cky@pobox.com> - Password auth fixes 14Chris, the Young One <cky@pobox.com> - Password auth fixes
diff --git a/ChangeLog b/ChangeLog
index ddb4cba2b..47e560548 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
9 - Moved gnome-ssh-askpass.c to contrib directory and reomved config 9 - Moved gnome-ssh-askpass.c to contrib directory and reomved config
10 option. 10 option.
11 - Slight cleanup to doc files 11 - Slight cleanup to doc files
12 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
12 13
1320000314 1420000314
14 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from 15 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
diff --git a/configure.in b/configure.in
index 7f7326fbd..154330d6e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,7 @@
1AC_INIT(ssh.c) 1AC_INIT(ssh.c)
2 2
3AC_CONFIG_HEADER(config.h) 3AC_CONFIG_HEADER(config.h)
4AC_PROG_CC
4AC_CANONICAL_HOST 5AC_CANONICAL_HOST
5 6
6# C Compiler features 7# C Compiler features
@@ -8,7 +9,6 @@ if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -Wall"; fi
8AC_C_INLINE 9AC_C_INLINE
9 10
10# Checks for programs. 11# Checks for programs.
11AC_PROG_CC
12AC_PROG_CPP 12AC_PROG_CPP
13AC_PROG_RANLIB 13AC_PROG_RANLIB
14AC_PROG_INSTALL 14AC_PROG_INSTALL