summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/asterisk-xip/patches/030-acinclude.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-16 15:10:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-16 15:10:23 +0000
commit39a48ea2699eeb51eefa8ed92de91258a04bc8a1 (patch)
treeeb1bfcf2b2fd648c4f4ea20b3056ecb9682b9d0e /contrib/package/asterisk-xip/patches/030-acinclude.patch
parentce8855055915b91d6a388f9967c0244f8be8921b (diff)
contrib: remove asterisk-xip
Diffstat (limited to 'contrib/package/asterisk-xip/patches/030-acinclude.patch')
-rw-r--r--contrib/package/asterisk-xip/patches/030-acinclude.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/contrib/package/asterisk-xip/patches/030-acinclude.patch b/contrib/package/asterisk-xip/patches/030-acinclude.patch
deleted file mode 100644
index 7ca79b64ef..0000000000
--- a/contrib/package/asterisk-xip/patches/030-acinclude.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -Nru asterisk-1.4.22.org/acinclude.m4 asterisk-1.4.22/acinclude.m4
---- asterisk-1.4.22.org/acinclude.m4 2008-07-22 22:49:41.000000000 +0200
-+++ asterisk-1.4.22/acinclude.m4 2008-11-29 15:08:07.000000000 +0100
-@@ -664,7 +664,7 @@
- [assume the C compiler uses GNU ld @<:@default=no@:>@])],
- [test "$withval" = no || with_gnu_ld=yes],
- [with_gnu_ld=no])
--AC_REQUIRE([AST_PROG_SED])dnl
-+AC_REQUIRE([AC_PROG_SED])dnl
- AC_REQUIRE([AC_PROG_CC])dnl
- AC_REQUIRE([AC_CANONICAL_HOST])dnl
- AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-@@ -769,28 +769,6 @@
- AC_SUBST([EGREP])
- ])]) # AST_PROG_EGREP
-
--# AST_PROG_SED
--# -----------
--# Check for a fully functional sed program that truncates
--# as few characters as possible. Prefer GNU sed if found.
--AC_DEFUN([AST_PROG_SED],
--[AC_CACHE_CHECK([for a sed that does not truncate output], ac_cv_path_SED,
-- [dnl ac_script should not contain more than 99 commands (for HP-UX sed),
-- dnl but more than about 7000 bytes, to catch a limit in Solaris 8 /usr/ucb/sed.
-- ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
-- for ac_i in 1 2 3 4 5 6 7; do
-- ac_script="$ac_script$as_nl$ac_script"
-- done
-- echo "$ac_script" | sed 99q >conftest.sed
-- $as_unset ac_script || ac_script=
-- _AC_PATH_PROG_FEATURE_CHECK(SED, [sed gsed],
-- [_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED],
-- ["$ac_path_SED" -f conftest.sed])])])
-- SED="$ac_cv_path_SED"
-- AC_SUBST([SED])dnl
-- rm -f conftest.sed
--])# AST_PROG_SED
--
- dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
- dnl
- dnl @summary figure out how to build C programs using POSIX threads