diff options
author | 2000-04-06 17:03:22 +0000 | |
---|---|---|
committer | 2000-04-06 17:03:22 +0000 | |
commit | e2e5c5d36e4398ba94879f0a31b0307421edcfdb (patch) | |
tree | 15b8472335eac9359a0b196bf3480d422401d8ff /gnu/usr.bin/perl/os2/diff.configure | |
parent | only call get_random_bytes() once in m_pad() (diff) | |
download | wireguard-openbsd-e2e5c5d36e4398ba94879f0a31b0307421edcfdb.tar.xz wireguard-openbsd-e2e5c5d36e4398ba94879f0a31b0307421edcfdb.zip |
perl-5.6.0 + local changes
Diffstat (limited to 'gnu/usr.bin/perl/os2/diff.configure')
-rw-r--r-- | gnu/usr.bin/perl/os2/diff.configure | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/gnu/usr.bin/perl/os2/diff.configure b/gnu/usr.bin/perl/os2/diff.configure index 62cf1d20315..59a8a5331c5 100644 --- a/gnu/usr.bin/perl/os2/diff.configure +++ b/gnu/usr.bin/perl/os2/diff.configure @@ -1,6 +1,18 @@ ---- Configure Wed Feb 25 16:52:55 1998 -+++ Configure.os2 Wed Feb 25 16:52:58 1998 -@@ -1602,7 +1602,7 @@ +--- Configure.orig Tue Feb 29 19:07:00 2000 ++++ Configure Thu Mar 2 10:10:24 2000 +@@ -1605,6 +1605,11 @@ + esac + fi + if test X"$trnl" = X; then ++ case "`echo foo|tr '\r\n' xy 2>/dev/null`" in ++ fooxy) trnl='\n\r' ;; ++ esac ++fi ++if test X"$trnl" = X; then + cat <<EOM >&2 + + $me: Fatal Error: cannot figure out how to translate newlines with 'tr'. +@@ -1921,7 +1926,7 @@ *) echo "I don't know where '$file' is, and my life depends on it." >&4 echo "Go find a public domain implementation or fix your PATH setting!" >&4 @@ -9,16 +21,7 @@ ;; esac done -@@ -3637,7 +3637,7 @@ - exit(0); - } - EOM --if $cc -o gccvers gccvers.c >/dev/null 2>&1; then -+if $cc -o gccvers gccvers.c $ldflags >/dev/null 2>&1; then - gccversion=`./gccvers` - case "$gccversion" in - '') echo "You are not using GNU cc." ;; -@@ -4434,7 +4434,7 @@ +@@ -5719,7 +5724,7 @@ esac ;; esac |