diff options
author | Tom Tromey <tromey@redhat.com> | 2009-04-21 17:00:17 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-04-21 17:00:17 +0000 |
commit | a1220294e53a9a14bbe3bf1d625ecb7ae05cc1c9 (patch) | |
tree | b073300bed039597ca6c70acd375a1938cb9e60c /gdb/acinclude.m4 | |
parent | eac35c4ebc710d976d7e25e67b24ece097b6ca35 (diff) | |
download | gdb-a1220294e53a9a14bbe3bf1d625ecb7ae05cc1c9.zip gdb-a1220294e53a9a14bbe3bf1d625ecb7ae05cc1c9.tar.gz gdb-a1220294e53a9a14bbe3bf1d625ecb7ae05cc1c9.tar.bz2 |
* configure: Rebuild.
* acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
* configure.ac: Use AC_HELP_STRING. Use upper case for variables
in help.
Diffstat (limited to 'gdb/acinclude.m4')
-rw-r--r-- | gdb/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4 index 5e77230..ab58112 100644 --- a/gdb/acinclude.m4 +++ b/gdb/acinclude.m4 @@ -175,7 +175,7 @@ AC_DEFUN([AM_ICONV], dnl those with the standalone portable GNU libiconv installed). AC_ARG_WITH([libiconv-prefix], -[ --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib], [ + AC_HELP_STRING([--with-libiconv-prefix=DIR], [search for libiconv in DIR/include and DIR/lib]), [ for dir in `echo "$withval" | tr : ' '`; do if test -d $dir/include; then LIBICONV_INCLUDE="-I$dir/include"; fi if test -d $dir/lib; then LIBICONV_LIBDIR="-L$dir/lib"; fi |