forked from openssh/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[configure.in] Clean up library testing.
Add optional PATH to --with-pcre, --with-zlib, --with-tcp-wrappers based on patch by albert chin ([email protected]) Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading of patches to configure.in Replace obsolete AC_STRUCT_ST_BLKSIZE with AC_CHECK_MEMBERS Add test for broken dirname() on Solaris 2.5.1 by Dan Astoorian <[email protected]> [acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t patch by albert chin ([email protected]) [scp.c] Replace obsolete HAVE_ST_BLKSIZE with HAVE_STRUCT_STAT_ST_BLKSIZE [Makefile.in] When running make in top level, always do make in openbsd-compat patch by Dave Dykstra <[email protected]>
- Loading branch information
Tim Rice
committed
Oct 22, 2001
1 parent
f2366b5
commit 13aae5e
Showing
7 changed files
with
238 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
20011021 | ||
- (tim) [configure.in] Clean up library testing. Add optional PATH to | ||
--with-pcre, --with-zlib, and --with-tcp-wrappers. Based on | ||
patch by albert chin ([email protected]) | ||
Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading | ||
of patches to configure.in. Replace obsolete AC_STRUCT_ST_BLKSIZE | ||
with AC_CHECK_MEMBERS. Add test for broken dirname() on | ||
Solaris 2.5.1 by Dan Astoorian <[email protected]> | ||
[acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t test. | ||
patch by albert chin ([email protected]) | ||
[scp.c] Replace obsolete HAVE_ST_BLKSIZE with | ||
HAVE_STRUCT_STAT_ST_BLKSIZE. | ||
[Makefile.in] When running make in top level, always do make | ||
in openbsd-compat. patch by Dave Dykstra <[email protected]> | ||
|
||
20011019 | ||
- (bal) Fixed up init.d symlink issue and piddir stuff. Patches by | ||
Zoran Milojevic <[email protected]> and [email protected] | ||
|
@@ -6725,4 +6740,4 @@ | |
- Wrote replacements for strlcpy and mkdtemp | ||
- Released 1.0pre1 | ||
|
||
$Id: ChangeLog,v 1.1609 2001/10/19 20:36:23 mouring Exp $ | ||
$Id: ChangeLog,v 1.1610 2001/10/22 00:53:58 tim Exp $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.