From 8139da1b1a522f2c5ab0307c1335b568de58f1d1 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sun, 19 Apr 2009 17:57:37 +0000 Subject: 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 --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.3