daily update
[deliverable/binutils-gdb.git] / gdb / acinclude.m4
index 5e77230d7bfa3f4a72d635f8fc553dd21b9c1db8..ab58112112c1fca4f37eedddf702c1b7385516fb 100644 (file)
@@ -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
This page took 0.024283 seconds and 4 git commands to generate.