summaryrefslogtreecommitdiff
path: root/gdb/acinclude.m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2009-04-22 00:17:49 +0000
committerTom Tromey <tromey@redhat.com>2009-04-22 00:17:49 +0000
commitecd38f826310ce4f778f30c85ccfb80a8c830020 (patch)
tree3d4f05e312ef732d4bce293024edbc5dfc9a58ba /gdb/acinclude.m4
parente9974e9d4117056143b470c3ef06b397be5326cf (diff)
downloadgdb-ecd38f826310ce4f778f30c85ccfb80a8c830020.tar.gz
* acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
* configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
Diffstat (limited to 'gdb/acinclude.m4')
-rw-r--r--gdb/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4
index ab58112112c..932dd4f3909 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],
- AC_HELP_STRING([--with-libiconv-prefix=DIR], [search for libiconv in DIR/include and DIR/lib]), [
+ AS_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