From: Ladislav Michl <[email protected]>
Signed-off-by: Ladislav Michl <[email protected]>
---
configure.ac | 6 ------
rules/apache2.make | 2 +-
rules/fltk.make | 2 +-
3 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/configure.ac b/configure.ac
index 77b86d7..1ce01c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -267,12 +267,6 @@ if test -z "$SORT"; then
AC_MSG_ERROR([sort could not be found, please install])
fi
-dnl Check for perl
-AC_PATH_PROGS(PERL, perl,, $PATH)
-if test -z "$PERL"; then
- AC_MSG_ERROR([perl could not be found, please install])
-fi
-
dnl Check for expect
AC_PATH_PROGS(EXPECT, expect,, $PATH)
if test -z "$EXPECT"; then
diff --git a/rules/apache2.make b/rules/apache2.make
index 253bf08..c34c121 100644
--- a/rules/apache2.make
+++ b/rules/apache2.make
@@ -85,7 +85,7 @@ $(STATEDIR)/apache2.prepare:
# # The original object files are also used for other binaries, so
# # we generate a dummy dependency here
# #
- perl -i -p -e "s/^gen_test_char_OBJECTS =.*$$/gen_test_char_OBJECTS =
dummy.lo/g" $(APACHE2_DIR)/server/Makefile
+ sed -i -e "s/^gen_test_char_OBJECTS =.*$$/gen_test_char_OBJECTS =
dummy.lo/g" $(APACHE2_DIR)/server/Makefile
@$(call touch)
diff --git a/rules/fltk.make b/rules/fltk.make
index 6414241..c47abd5 100644
--- a/rules/fltk.make
+++ b/rules/fltk.make
@@ -73,7 +73,7 @@ $(STATEDIR)/fltk.prepare:
@$(call targetinfo)
@$(call clean, $(FLTK_BUILDDIR))
ifndef PTXCONF_FLTK_FLUID
- perl -p -i -e 's/src fluid test documentation/src/'
$(FLTK_DIR)/Makefile
+ sed -i -e 's/src fluid test documentation/src/g' $(FLTK_DIR)/Makefile
endif
cd $(FLTK_DIR) && \
$(FLTK_PATH) $(FLTK_ENV) \
--
ptxdist mailing list
[email protected]