diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8f4c040..50c18f1 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,8 @@ AM_INIT_AUTOMAKE([gnu dist-bzip2 dist-xz subdir-objects]) AC_ARG_WITH( [sh], - [AS_HELP_STRING([--with-sh], [POSIX-conformant shell with `local'])], + [AS_HELP_STRING([--with-sh=PATH], + [POSIX-conformant shell with `local'])], dnl This `dnl' is needed to workaround Vim syntax highlighting. [ case "${withval}" in |