diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-11-04 08:46:54 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-11-04 08:46:54 +0000 |
commit | 0d65f305f3faf796ca58bac3083205ed655ecad2 (patch) | |
tree | 491c888c157205ccfcf21677d7907685c6be955f /palm/plucker/files | |
parent | 045274006e11b6c0020118ec4965541f388c8bed (diff) |
Notes
Diffstat (limited to 'palm/plucker/files')
-rw-r--r-- | palm/plucker/files/patch-configure | 10 | ||||
-rw-r--r-- | palm/plucker/files/patch-configure.in | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/palm/plucker/files/patch-configure b/palm/plucker/files/patch-configure index 14b432c5f3f2..aa9145baee10 100644 --- a/palm/plucker/files/patch-configure +++ b/palm/plucker/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Sat Oct 27 22:06:04 2001 -+++ configure Sun Sep 15 00:26:05 2002 -@@ -974,7 +974,7 @@ +--- configure.orig Thu Oct 17 00:59:25 2002 ++++ configure Thu Oct 31 11:36:31 2002 +@@ -1126,7 +1126,7 @@ test -n "$SED" && break done -- $SED --version 2>&1 | grep GNU >/dev/null 2>&1 -+# $SED --version 2>&1 | grep GNU >/dev/null 2>&1 +- $SED --version 2>&1 < /dev/null | grep GNU >/dev/null 2>&1 ++# $SED --version 2>&1 < /dev/null | grep GNU >/dev/null 2>&1 if test "$?" != "0" ; then echo "configure: warning: "Version of sed on path must be GNU sed to build manual"" 1>&2 BUILD_MANUAL=no diff --git a/palm/plucker/files/patch-configure.in b/palm/plucker/files/patch-configure.in index c68d1b3c3e9b..83898e051626 100644 --- a/palm/plucker/files/patch-configure.in +++ b/palm/plucker/files/patch-configure.in @@ -1,11 +1,11 @@ ---- configure.in.orig Sat Oct 27 22:06:03 2001 -+++ configure.in Sun Sep 15 00:22:44 2002 -@@ -202,7 +202,7 @@ +--- configure.in.orig Thu Oct 17 00:59:24 2002 ++++ configure.in Thu Oct 31 11:38:03 2002 +@@ -229,7 +229,7 @@ if test "$BUILD_MANUAL" = "yes"; then AC_PATH_PROGS(SED, gsed sed) -- [$SED --version 2>&1 | grep GNU >/dev/null 2>&1] -+dnl [$SED --version 2>&1 | grep GNU >/dev/null 2>&1] +- [$SED --version 2>&1 < /dev/null | grep GNU >/dev/null 2>&1] ++dnl [$SED --version 2>&1 < /dev/null | grep GNU >/dev/null 2>&1] if test "$?" != "0" ; then AC_MSG_WARN("Version of sed on path must be GNU sed to build manual") BUILD_MANUAL=no |