You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/07/29 11:02:03 UTC

svn commit: r1507977 - /subversion/trunk/autogen.sh

Author: brane
Date: Mon Jul 29 09:02:03 2013
New Revision: 1507977

URL: http://svn.apache.org/r1507977
Log:
* autogen.sh: Configure stores initial CFLAGS and CXXFLAGS in the internal
   CUSERFLAGS and CXXUSERFLAGS, not the other way around.

Modified:
    subversion/trunk/autogen.sh

Modified: subversion/trunk/autogen.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/autogen.sh?rev=1507977&r1=1507976&r2=1507977&view=diff
==============================================================================
--- subversion/trunk/autogen.sh (original)
+++ subversion/trunk/autogen.sh Mon Jul 29 09:02:03 2013
@@ -203,7 +203,7 @@ echo "./configure --enable-maintainer-mo
 echo "./configure --disable-shared"
 echo "./configure --enable-maintainer-mode --disable-shared"
 echo "./configure --disable-optimize --enable-debug"
-echo "./configure CUSERFLAGS='--flags-for-C' CXXUSERFLAGS='--flags-for-C++'"
+echo "./configure CFLAGS='--flags-for-C' CXXFLAGS='--flags-for-C++'"
 echo ""
 echo "Note:  If you wish to run a Subversion HTTP server, you will need"
 echo "Apache 2.x.  See the INSTALL file for details."