diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-02 20:07:15 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-02 20:11:57 (EST) |
commit | 96360165e6d98cf56e3aabb7c644e48a56d9770d (patch) | |
tree | b782576d8c0bda16f1a444c2235d808c22d4335e /configure.ac | |
parent | a03ff55a9b1a3dc6d3028016ab7780086ffa508c (diff) |
configure.ac: Add "=PATH" to "--with-sh" help.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c813259..209256e 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 |