You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2005/09/28 23:39:48 UTC

svn commit: r292320 - in /apr/apr-iconv/branches/1.1.x: CHANGES build/apr-iconv.m4

Author: wrowe
Date: Wed Sep 28 14:39:45 2005
New Revision: 292320

URL: http://svn.apache.org/viewcvs?rev=292320&view=rev
Log:

  Final changes for a clean 1.1.0 - correctly resolve APR_FIND_APR

Modified:
    apr/apr-iconv/branches/1.1.x/CHANGES
    apr/apr-iconv/branches/1.1.x/build/apr-iconv.m4

Modified: apr/apr-iconv/branches/1.1.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/1.1.x/CHANGES?rev=292320&r1=292319&r2=292320&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/CHANGES (original)
+++ apr/apr-iconv/branches/1.1.x/CHANGES Wed Sep 28 14:39:45 2005
@@ -1,5 +1,8 @@
 Changes with APR-ICONV 1.1.0
 
+  *) Correctly resolve to APR-1.0, never APR-0.9 in ./buildconf
+     [William Rowe]
+
   *) APR_ICONV1_PATH distinguishes between our apr-iconv 0.9 and 1.x
      flavors (the pool arguments to several internal functions changed
      in 1.0, so the loadable charset modules are not binary compatible.)

Modified: apr/apr-iconv/branches/1.1.x/build/apr-iconv.m4
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/1.1.x/build/apr-iconv.m4?rev=292320&r1=292319&r2=292320&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/build/apr-iconv.m4 (original)
+++ apr/apr-iconv/branches/1.1.x/build/apr-iconv.m4 Wed Sep 28 14:39:45 2005
@@ -8,7 +8,7 @@
 AC_DEFUN(API_FIND_APR,[
 
   dnl use the find_apr.m4 script to locate APR. sets apr_found and apr_config
-  APR_FIND_APR
+  APR_FIND_APR(,,,[1])
   if test "$apr_found" = "no"; then
     AC_MSG_ERROR(APR could not be located. Please use the --with-apr option.)
   fi