aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-13 05:48:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-13 05:48:18 +0000
commit951f75f3b9fa8cff315cacadaa3f2e91d799065f (patch)
treecb9a105574e4d47e34b13551c7dac80d6617d7c5 /configure
parent763ee49e5826195373fe87b52195d7affc7e7699 (diff)
AC_PROG_SED is included in autoconf 2.60, but apparently it is not included
in 2.59. So, to maintain compatability with 2.59 since it is a small change, copy this macro into acinclude.m4 and rename it to AST_PROG_SED. (issue #8345) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47527 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6ec0d676e..a4d897edd 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 47107 .
+# From configure.ac Revision: 47327 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60a.
#