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...
