]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Support the silly OSes that don't have ar and strip.
authorJason Parker <jparker@digium.com>
Tue, 27 Apr 2010 19:29:26 +0000 (19:29 +0000)
committerJason Parker <jparker@digium.com>
Tue, 27 Apr 2010 19:29:26 +0000 (19:29 +0000)
commit58a53fae5279d7f346ba47d9e600da79977c075d
tree0f6be424f083b1ba47f4dceb1206b909d910e186
parente0623c7080b4a603af2631b529822bb6f90c5795
Support the silly OSes that don't have ar and strip.

Since AC_PATH_TOOL is equiv to AC_CHECK_TOOL when path isn't specified, and
AC_PATH_TOOLS doesn't exist, we'll just switch to AC_CHECK_TOOLS.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@259352 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configure
configure.ac