[asterisk-dev] [asterisk-commits] tilghman: trunk r173130 - in /trunk: ./ apps/ include/asterisk/ main/

Kevin P. Fleming kpfleming at digium.com
Tue Feb 3 06:12:23 CST 2009


SVN commits to the Asterisk project wrote:

> Modified: trunk/configure.ac
> URL: http://svn.digium.com/svn-view/asterisk/trunk/configure.ac?view=diff&rev=173130&r1=173129&r2=173130
> ==============================================================================
> --- trunk/configure.ac (original)
> +++ trunk/configure.ac Mon Feb  2 18:29:49 2009
> @@ -174,14 +174,18 @@
>  AC_PATH_PROG([LN], [ln], :)
>  AC_PATH_PROG([DOT], [dot], :)
>  AC_PATH_PROG([WGET], [wget], :)
> +AC_PATH_PROG([CURL], [curl], :)
>  AC_PATH_PROG([RUBBER], [rubber], :)
>  AC_PATH_PROG([KPATHSEA], [kpsewhich], :)
>  AC_PATH_PROG([XMLSTARLET], [xmlstarlet], :)
>  if test "${WGET}" != ":" ; then
>    DOWNLOAD=${WGET}
> +else if test "${CURL}" != ":" ; then
> +  DOWNLOAD="${CURL} -O --progress-bar -w \"%{url_effective}\n\""
>  else
>    AC_PATH_PROG([FETCH], [fetch], [:])
>    DOWNLOAD=${FETCH}
> +fi
>  fi
>  AC_SUBST(DOWNLOAD)
>  

Please revert these unrelated changes.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpfleming at digium.com
Check us out at www.digium.com & www.asterisk.org



More information about the asterisk-dev mailing list