diff options
author | Jan Lehnardt <jan@apache.org> | 2009-04-19 17:57:37 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-04-19 17:57:37 +0000 |
commit | 8139da1b1a522f2c5ab0307c1335b568de58f1d1 (patch) | |
tree | 3d5e3530ac556d7b3b47472f44dd6feba0b84505 | |
parent | 74164f444bdc5c8585e5c4de05d68d6b8b18964d (diff) |
fix ./configure --help output, ERL[C]_EXECUTABLE are now ERL[C]
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@766493 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0077e7d6..55271618 100644 --- a/configure.ac +++ b/configure.ac @@ -201,8 +201,8 @@ if test "$use_launchd" = "yes"; then 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 |