You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2009/04/19 19:57:38 UTC

svn commit: r766493 - /couchdb/trunk/configure.ac

Author: jan
Date: Sun Apr 19 17:57:37 2009
New Revision: 766493

URL: http://svn.apache.org/viewvc?rev=766493&view=rev
Log:
fix ./configure --help output, ERL[C]_EXECUTABLE are now ERL[C]

Modified:
    couchdb/trunk/configure.ac

Modified: couchdb/trunk/configure.ac
URL: http://svn.apache.org/viewvc/couchdb/trunk/configure.ac?rev=766493&r1=766492&r2=766493&view=diff
==============================================================================
--- couchdb/trunk/configure.ac (original)
+++ couchdb/trunk/configure.ac Sun Apr 19 17:57:37 2009
@@ -201,8 +201,8 @@
     fi
 fi
 
-AC_ARG_VAR([ERL_EXECUTABLE], [path to the `erl' executable])
-AC_ARG_VAR([ERLC_EXECUTABLE], [path to the `erlc' executable])
+AC_ARG_VAR([ERL], [path to the `erl' executable])
+AC_ARG_VAR([ERLC], [path to the `erlc' executable])
 AC_ARG_VAR([HELP2MAN_EXECUTABLE], [path to the `help2man' program])
 
 if test -n "$HELP2MAN_EXECUTABLE"; then