|
From: <sv...@va...> - 2009-05-19 07:26:19
|
Author: njn
Date: 2009-05-19 08:26:00 +0100 (Tue, 19 May 2009)
New Revision: 9977
Log:
Trunk sync: don't insist on GNU sed.
Modified:
branches/DARWIN/configure.in
Modified: branches/DARWIN/configure.in
===================================================================
--- branches/DARWIN/configure.in 2009-05-19 07:25:42 UTC (rev 9976)
+++ branches/DARWIN/configure.in 2009-05-19 07:26:00 UTC (rev 9977)
@@ -95,26 +95,6 @@
])
-# Check we have GNU sed: some of the stuff done by "make install" relies
-# on some pretty fancy sed expressions, and AIX sed doesn't produce the
-# same results, causing install to fail
-# GrP
-#AC_MSG_CHECKING([for GNU sed])
-
-#[sed_firstline=`sed --version | head -n 1`]
-
-#case "${sed_firstline}" in
-# GNU*)
-# AC_MSG_RESULT([ok, looks like GNU sed])
-# ;;
-# *)
-# AC_MSG_RESULT([please ensure first 'sed' in your path is GNU sed])
-# AC_MSG_RESULT([note: GNU sed is only required at build/install time])
-# AC_MSG_ERROR([build/install requires that 'sed' is GNU sed])
-# ;;
-#esac
-
-
# Check if 'diff' supports -u (universal diffs) and use it if possible.
AC_MSG_CHECKING([for diff -u])
|