summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2011-05-09 21:49:54 +0000
committerDoug Evans <dje@google.com>2011-05-09 21:49:54 +0000
commitf6d55b87b1ec29286db1ee4ea415fa7ff21989fa (patch)
tree5e3a482a7a1fdd22d736366a55ddaadd94000259 /gdb/config.in
parent100ba5663cabeeb4c710c7df6c478ab3f973cb38 (diff)
downloadgdb-f6d55b87b1ec29286db1ee4ea415fa7ff21989fa.tar.gz
* NEWS: Mention --with-iconv-bin.
* configure.ac: New option --with-iconv-bin. * configure: Regenerate. * config.in: Regenerate. * defs.h (relocate_gdb_directory): Declare. * main.c (relocate_gdb_directory): Renamed from relocate_directory, removed progname parameter, and exported. All callers updated. * charset.c (find_charset_names): Use --with-iconv-bin if specified. doc/ * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 01ba750ebda..db001957cf5 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -716,6 +716,12 @@
/* Define to 1 if you have the `_mcleanup' function. */
#undef HAVE__MCLEANUP
+/* Path of directory of iconv program. */
+#undef ICONV_BIN
+
+/* Define if the iconv directory should be relocated when GDB is moved. */
+#undef ICONV_BIN_RELOCATABLE
+
/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST