diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | survey.sh.in | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -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 | ||
8 | 20041220 | 10 | 20041220 |
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" | |||
55 | echo | 55 | echo |
56 | echo "libs: $LIBS" | 56 | echo "libs: $LIBS" |
57 | echo | 57 | echo |
58 | echo "ccver-v: `$CC -v 2>&1`" | 58 | echo "ccver-v: `$CC -v 2>&1 | sed '/^[ \t]*$/d'`" |
59 | echo | 59 | echo |
60 | echo "ccver-V: `$CC -V 2>&1`" | 60 | echo "ccver-V: `$CC -V 2>&1 | sed '/^[ \t]*$/d'`" |
61 | echo | 61 | echo |
62 | echo "cppdefines:" | 62 | echo "cppdefines:" |
63 | ${CPP} -dM - </dev/null | 63 | ${CPP} -dM - </dev/null |