projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14be8d3
)
Fix for echo newline suppression detection
author
Marc G. Fournier
Tue, 4 Feb 1997 09:16:08 +0000
(09:16 +0000)
committer
Marc G. Fournier
Tue, 4 Feb 1997 09:16:08 +0000
(09:16 +0000)
Submitted by: Keith Parks
src/configure
patch
|
blob
|
blame
|
history
src/configure.in
patch
|
blob
|
blame
|
history
diff --git
a/src/configure
b/src/configure
index 03a27f656765aeebbb1b62b1fdc45fb9237f0f2c..888e255b461f0e57d6466f759311ee05bd4dd3d0 100755
(executable)
--- a/
src/configure
+++ b/
src/configure
@@
-919,7
+919,7
@@
if test "$ECHO_N_OUT" -eq 0; then
else
if test "ECHO_C_OUT" -eq 0; then
DASH_N=
- BACKSLASH_C=
'\\\\c'
+ BACKSLASH_C='\\\\c'
else
{ echo "configure: error: "echo behaviour undetermined"" 1>&2; exit 1; }
fi
diff --git
a/src/configure.in
b/src/configure.in
index 4851baca3c0b0292968fd4389891d30fb3bb3470..53ed959b7d73da181c4f103cc87b5e8e92658c86 100644
(file)
--- a/
src/configure.in
+++ b/
src/configure.in
@@
-82,7
+82,7
@@
if test "$ECHO_N_OUT" -eq 0; then
else
if test "ECHO_C_OUT" -eq 0; then
DASH_N=
- BACKSLASH_C=
'\\\\c'
+ BACKSLASH_C='\\\\c'
else
AC_MSG_ERROR("echo behaviour undetermined")
fi