aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-07-15 21:31:31 +0200
committerBadlop <badlop@process-one.net>2021-07-16 13:36:23 +0200
commit4c5641a6489d0669b4220b5ac759a4e1271af3b5 (patch)
tree68c9ad490d62d32684c6d37481cada56f67faabc /configure.ac
parentUpdate setup-dev.sh to work perfectly both with rebar3 and mix (diff)
Add support for mix to: ./configure --enable-rebar=mix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c08075e52..1b0500e0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ fi
AC_ARG_WITH(rebar,
AC_HELP_STRING([--with-rebar=bin],
- [use rebar specified]),
+ [use the rebar/rebar3/mix binary specified]),
[if test "$withval" = "yes" -o "$withval" = "no" -o "X$with_rebar" = "X"; then
rebar="rebar"
else