summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--survey.sh.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cead3c87..82771c359 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
4 configure parameters, platform and platform features to the development 4 configure parameters, platform and platform features to the development
5 team, which will allow (among other things) better targetting of testing. 5 team, which will allow (among other things) better targetting of testing.
6 It's entirely voluntary and is off be default. ok djm@ 6 It's entirely voluntary and is off be default. ok djm@
7 - (dtucker) [survey.sh.in] Remove any blank lines from the output of
8 ccver-v and ccver-V.
7 9
820041220 1020041220
9 - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading 11 - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading
@@ -1967,4 +1969,4 @@
1967 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1969 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1968 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1970 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1969 1971
1970$Id: ChangeLog,v 1.3607 2005/01/18 01:05:18 dtucker Exp $ 1972$Id: ChangeLog,v 1.3608 2005/01/18 01:45:42 dtucker Exp $
diff --git a/survey.sh.in b/survey.sh.in
index 6a0c08df4..4123b6d12 100644
--- a/survey.sh.in
+++ b/survey.sh.in
@@ -55,9 +55,9 @@ echo "ldflags: $LDFLAGS"
55echo 55echo
56echo "libs: $LIBS" 56echo "libs: $LIBS"
57echo 57echo
58echo "ccver-v: `$CC -v 2>&1`" 58echo "ccver-v: `$CC -v 2>&1 | sed '/^[ \t]*$/d'`"
59echo 59echo
60echo "ccver-V: `$CC -V 2>&1`" 60echo "ccver-V: `$CC -V 2>&1 | sed '/^[ \t]*$/d'`"
61echo 61echo
62echo "cppdefines:" 62echo "cppdefines:"
63${CPP} -dM - </dev/null 63${CPP} -dM - </dev/null