97d2448
From 28b1fa54f0c606281033ad56046af410756171e6 Mon Sep 17 00:00:00 2001
de88f43
From: Caolan McNamara <caolanm@redhat.com>
de88f43
Date: Sat, 3 Jan 2009 19:12:18 -0600
97d2448
Subject: [PATCH 09/15] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail
de88f43
de88f43
Need to regenerate configure from configure.ac after patch one with
de88f43
./bootsrap.sh, so fix the broken .m4 in the autoconfig dir. (alternatively
de88f43
change AST_PROG_SED to AC_PROG_SED as it is the same thing in the other .m4 in
de88f43
the autoconf dir)
de88f43
---
de88f43
 autoconf/ast_prog_sed.m4 |    2 +-
de88f43
 1 files changed, 1 insertions(+), 1 deletions(-)
de88f43
de88f43
diff --git a/autoconf/ast_prog_sed.m4 b/autoconf/ast_prog_sed.m4
de88f43
index 283d52f..ae6cfc0 100644
de88f43
--- a/autoconf/ast_prog_sed.m4
de88f43
+++ b/autoconf/ast_prog_sed.m4
de88f43
@@ -12,7 +12,7 @@ AC_DEFUN([AST_PROG_SED],
de88f43
      done
de88f43
      echo "$ac_script" | sed 99q >conftest.sed
de88f43
      $as_unset ac_script || ac_script=
de88f43
-     _AC_PATH_PROG_FEATURE_CHECK(SED, [sed gsed],
de88f43
+     _AC_PATH_PROGS_FEATURE_CHECK(SED, [sed gsed],
de88f43
 	[_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED],
de88f43
 		["$ac_path_SED" -f conftest.sed])])])
de88f43
  SED="$ac_cv_path_SED"
de88f43
-- 
de88f43
1.6.1
de88f43