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 2012/12/22 00:24:30 UTC

svn commit: r1425190 - /subversion/branches/tweak-build-take-two/autogen.sh

Author: brane
Date: Fri Dec 21 23:24:29 2012
New Revision: 1425190

URL: http://svn.apache.org/viewvc?rev=1425190&view=rev
Log:
[On the tweak-build-take-two branch]
Typosuction.

* autogen.sh: Fix missing closing quote.

Modified:
    subversion/branches/tweak-build-take-two/autogen.sh

Modified: subversion/branches/tweak-build-take-two/autogen.sh
URL: http://svn.apache.org/viewvc/subversion/branches/tweak-build-take-two/autogen.sh?rev=1425190&r1=1425189&r2=1425190&view=diff
==============================================================================
--- subversion/branches/tweak-build-take-two/autogen.sh (original)
+++ subversion/branches/tweak-build-take-two/autogen.sh Fri Dec 21 23:24:29 2012
@@ -202,7 +202,7 @@ echo ""
 echo "./configure --enable-maintainer-mode"
 echo "./configure --disable-shared"
 echo "./configure --enable-maintainer-mode --disable-shared"
-echo "./configure CUSERFLAGS='--C-flags' CXXUSERFLAGS='--C++-flags'
+echo "./configure CUSERFLAGS='--flags-for-C' CXXUSERFLAGS='--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."