summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-01-02 14:47:01 +0000
committerMark Kettenis <kettenis@gnu.org>2003-01-02 14:47:01 +0000
commitefeed1a33f7963e6c6d9959c31ba912fe1068d97 (patch)
tree131bc4a5c9b76ddd377bc275086eb31a1cc1eec6 /gdb
parentd7763c4d71054b34d5d7e47d45c02b855199ac05 (diff)
downloadgdb-efeed1a33f7963e6c6d9959c31ba912fe1068d97.tar.gz
* configure.in: Fix typo in last change.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/config.in6
-rwxr-xr-xgdb/configure4
-rw-r--r--gdb/configure.in2
4 files changed, 8 insertions, 9 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f34ef8090f2..6a5d85ae7bb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-02 Mark Kettenis <kettenis@gnu.org>
+
+ * configure.in: Fix typo in last change.
+ * config.in, configure: Regenerated.
+
2003-01-02 Andrew Cagney <ac131313@redhat.com>
* valarith.c (value_binop): Delete obsolete code and comments.
diff --git a/gdb/config.in b/gdb/config.in
index 037aade4bc5..206edfd1083 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -199,9 +199,6 @@
/* Define if you have the __argz_stringify function. */
#undef HAVE___ARGZ_STRINGIFY
-/* Define if you have the btowc function. */
-#undef HAVE_BTOWC
-
/* Define if you have the canonicalize_file_name function. */
#undef HAVE_CANONICALIZE_FILE_NAME
@@ -214,9 +211,6 @@
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
-/* Define if you have the isascii function. */
-#undef HAVE_ISASCII
-
/* Define if you have the munmap function. */
#undef HAVE_MUNMAP
diff --git a/gdb/configure b/gdb/configure
index 0ddc959f203..03eaecdd2c4 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -5947,7 +5947,7 @@ else
fi
done
-for ac_func in sigaction sigprocmask
+for ac_func in sigaction sigprocmask sigsetmask
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5954: checking for $ac_func" >&5
@@ -5996,7 +5996,7 @@ if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
- sigsetmask
+
else
echo "$ac_t""no" 1>&6
fi
diff --git a/gdb/configure.in b/gdb/configure.in
index 48f5b45ea3e..2bddde35365 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -211,7 +211,7 @@ AC_CHECK_FUNCS(canonicalize_file_name realpath)
AC_CHECK_FUNCS(poll)
AC_CHECK_FUNCS(sbrk)
AC_CHECK_FUNCS(setpgid setpgrp)
-AC_CHECK_FUNCS(sigaction sigprocmask, sigsetmask)
+AC_CHECK_FUNCS(sigaction sigprocmask sigsetmask)
AC_CHECK_FUNCS(socketpair)
dnl AC_FUNC_SETPGRP does not work when cross compiling