mirror of git://anongit.mindrot.org/openssh.git
- Configure fix from Bratislav ILICH <bilic@zepter.ru>
This commit is contained in:
parent
b1be3bcca1
commit
856799ba27
1
CREDITS
1
CREDITS
|
@ -8,6 +8,7 @@ Andre Lucas <andre.lucas@dial.pipex.com> - build, login and many other fixes
|
||||||
Andy Sloane <andy@guildsoftware.com> - bugfixes
|
Andy Sloane <andy@guildsoftware.com> - bugfixes
|
||||||
Arkadiusz Miskiewicz <misiek@pld.org.pl> - IPv6 compat fixes
|
Arkadiusz Miskiewicz <misiek@pld.org.pl> - IPv6 compat fixes
|
||||||
Ben Taylor <bent@clark.net> - Solaris debugging and fixes
|
Ben Taylor <bent@clark.net> - Solaris debugging and fixes
|
||||||
|
Bratislav ILICH <bilic@zepter.ru> - Configure fix
|
||||||
Chip Salzenberg <chip@valinux.com> - Assorted patches
|
Chip Salzenberg <chip@valinux.com> - Assorted patches
|
||||||
Chris Saia <csaia@wtower.com> - SuSE packaging
|
Chris Saia <csaia@wtower.com> - SuSE packaging
|
||||||
Chris, the Young One <cky@pobox.com> - Password auth fixes
|
Chris, the Young One <cky@pobox.com> - Password auth fixes
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
- Moved gnome-ssh-askpass.c to contrib directory and reomved config
|
- Moved gnome-ssh-askpass.c to contrib directory and reomved config
|
||||||
option.
|
option.
|
||||||
- Slight cleanup to doc files
|
- Slight cleanup to doc files
|
||||||
|
- Configure fix from Bratislav ILICH <bilic@zepter.ru>
|
||||||
|
|
||||||
20000314
|
20000314
|
||||||
- Include macro for IN6_IS_ADDR_V4MAPPED. Report from
|
- Include macro for IN6_IS_ADDR_V4MAPPED. Report from
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
AC_INIT(ssh.c)
|
AC_INIT(ssh.c)
|
||||||
|
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
AC_PROG_CC
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
||||||
# C Compiler features
|
# C Compiler features
|
||||||
|
@ -8,7 +9,6 @@ if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -Wall"; fi
|
||||||
AC_C_INLINE
|
AC_C_INLINE
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CC
|
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
Loading…
Reference in New Issue