[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1870772 - /subversion/trunk/build/ac-macros/utf8proc.m4

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 3 Dec 2019 23:19:04 -0600

Thanks, Daniel. I didn't realize that option existed, when I hit my
failure. The LZ4 stuff was documented to use --with-lz4=internal, so I went
that route.

On Tue, Dec 3, 2019 at 5:31 PM <danielsh_at_apache.org> wrote:

> Author: danielsh
> Date: Tue Dec 3 23:31:42 2019
> New Revision: 1870772
>
> URL: http://svn.apache.org/viewvc?rev=1870772&view=rev
> Log:
> * build/ac-macros/utf8proc.m4
> (SVN_UTF8PROC): When --with-utf8proc was not given, or given without an
> argument, and utf8proc was not found, have the error message suggest
> using --with-utf8proc=internal.
>
> Found by: gstein
>
> Modified:
> subversion/trunk/build/ac-macros/utf8proc.m4
>
> Modified: subversion/trunk/build/ac-macros/utf8proc.m4
> URL:
> http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/utf8proc.m4?rev=1870772&r1=1870771&r2=1870772&view=diff
>
> ==============================================================================
> --- subversion/trunk/build/ac-macros/utf8proc.m4 (original)
> +++ subversion/trunk/build/ac-macros/utf8proc.m4 Tue Dec 3 23:31:42 2019
> @@ -54,7 +54,7 @@ AC_DEFUN(SVN_UTF8PROC,
> SVN_UTF8PROC_PREFIX
> fi
> if test "$utf8proc_found" != "yes"; then
> - AC_MSG_ERROR([Subversion requires UTF8PROC])
> + AC_MSG_ERROR([Subversion requires UTF8PROC; install it or re-run
> configure with "--with-utf8proc=internal"])
> fi
> fi
> AC_SUBST(SVN_UTF8PROC_INCLUDES)
>
>
>
Received on 2019-12-04 06:19:28 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.