Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Dev

Fwd: svn commit: r1241897 - /httpd/httpd/branches/2.4.x/configure.in

 

 

Apache dev RSS feed   Index | Next | Previous | View Threaded


ruediger.pluem at vodafone

Feb 8, 2012, 6:51 AM

Post #1 of 2 (485 views)
Permalink
Fwd: svn commit: r1241897 - /httpd/httpd/branches/2.4.x/configure.in

Author: jim
Date: Wed Feb 8 13:48:19 2012
New Revision: 1241897

URL: http://svn.apache.org/viewvc?rev=1241897&view=rev
Log:
Correct the --with_included_apr error message. We no longer provide
an included/bundled version of apr/apu for the convenience of
our users.

Modified:
httpd/httpd/branches/2.4.x/configure.in

Modified: httpd/httpd/branches/2.4.x/configure.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/configure.in?rev=1241897&r1=1241896&r2=1241897&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/configure.in (original)
+++ httpd/httpd/branches/2.4.x/configure.in Wed Feb 8 13:48:19 2012
@@ -88,7 +88,7 @@ APACHE_HELP_STRING(--with-included-apr,U
if test "x$with_included_apr" = "xyes"; then
apr_found=reconfig
if test ! -d srclib/apr; then
- AC_MSG_ERROR([.Bundled APR requested but not found at srclib/apr. Download and unpack
the corresponding httpd-${HTTPD_VERSION}-deps package over this one.])
+ AC_MSG_ERROR([.Bundled APR requested but not found at ./srclib/. Download and unpack the
corresponding apr and apr-util packages to ./srclib/.])


Hm. Don't we need to mention that the directories should be named apr / apr-util whereas untaring the apr / apr-util
sources results in apr-<version> / apr-util-<version> directories.

Regards

Rüdiger


jim at jaguNET

Feb 8, 2012, 7:56 AM

Post #2 of 2 (461 views)
Permalink
Re: svn commit: r1241897 - /httpd/httpd/branches/2.4.x/configure.in [In reply to]

On Feb 8, 2012, at 9:51 AM, Rüdiger Plüm wrote:
> Modified: httpd/httpd/branches/2.4.x/configure.in
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/configure.in?rev=1241897&r1=1241896&r2=1241897&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/configure.in (original)
> +++ httpd/httpd/branches/2.4.x/configure.in Wed Feb 8 13:48:19 2012
> @@ -88,7 +88,7 @@ APACHE_HELP_STRING(--with-included-apr,U
> if test "x$with_included_apr" = "xyes"; then
> apr_found=reconfig
> if test ! -d srclib/apr; then
> - AC_MSG_ERROR([.Bundled APR requested but not found at srclib/apr. Download and unpack
> the corresponding httpd-${HTTPD_VERSION}-deps package over this one.])
> + AC_MSG_ERROR([.Bundled APR requested but not found at ./srclib/. Download and unpack the
> corresponding apr and apr-util packages to ./srclib/.])
>
>
> Hm. Don't we need to mention that the directories should be named apr / apr-util whereas untaring the apr / apr-util
> sources results in apr-<version> / apr-util-<version> directories.
>

In the main 'how to build' yes, but I don't think we need to do that
in the error message...

Apache dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.