Skip to content
Snippets Groups Projects
Commit 8a197f0b authored by Spencer Oliver's avatar Spencer Oliver Committed by Freddie Chopin
Browse files

configure: use consistent help text


Change-Id: I5e1d7c88e9310e6415f3663d7a657f516bd24660
Signed-off-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/803


Tested-by: jenkins
Reviewed-by: default avatarAndreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-by: default avatarFreddie Chopin <freddie.chopin@gmail.com>
parent 37f8f0bf
Branches
Tags
No related merge requests found
...@@ -224,7 +224,7 @@ __EOF__ ...@@ -224,7 +224,7 @@ __EOF__
# In case (1) and (2) we need to know where the package was unpacked. # In case (1) and (2) we need to know where the package was unpacked.
AC_ARG_WITH(ftd2xx-win32-zipdir, AC_ARG_WITH(ftd2xx-win32-zipdir,
AS_HELP_STRING([--with-ftd2xx-win32-zipdir],[Where (CYGWIN/MINGW) the zip file from ftdichip.com was unpacked <default=search>]), AS_HELP_STRING([--with-ftd2xx-win32-zipdir],[Where (CYGWIN/MINGW) the zip file from ftdichip.com was unpacked (default=search)]),
[ [
# option present # option present
if test -d $with_ftd2xx_win32_zipdir if test -d $with_ftd2xx_win32_zipdir
...@@ -237,7 +237,7 @@ AC_ARG_WITH(ftd2xx-win32-zipdir, ...@@ -237,7 +237,7 @@ AC_ARG_WITH(ftd2xx-win32-zipdir,
], [true]) ], [true])
AC_ARG_WITH(ftd2xx-linux-tardir, AC_ARG_WITH(ftd2xx-linux-tardir,
AS_HELP_STRING([--with-ftd2xx-linux-tardir], [Where (Linux/Unix) the tar file from ftdichip.com was unpacked <default=search>]), AS_HELP_STRING([--with-ftd2xx-linux-tardir], [Where (Linux/Unix) the tar file from ftdichip.com was unpacked (default=search)]),
[ [
# Option present # Option present
if test $is_win32 = yes ; then if test $is_win32 = yes ; then
...@@ -254,7 +254,7 @@ AC_ARG_WITH(ftd2xx-linux-tardir, ...@@ -254,7 +254,7 @@ AC_ARG_WITH(ftd2xx-linux-tardir,
AC_ARG_WITH(ftd2xx-lib, AC_ARG_WITH(ftd2xx-lib,
AS_HELP_STRING([--with-ftd2xx-lib], AS_HELP_STRING([--with-ftd2xx-lib],
[Use static or shared ftd2xx libs on default static]), [Use static or shared ftd2xx libs (default=static)]),
[ [
case "$withval" in case "$withval" in
static) static)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment