OSDN Git Service

* configure.in: Fix typo in last change.
authorkettenis <kettenis>
Thu, 2 Jan 2003 14:46:59 +0000 (14:46 +0000)
committerkettenis <kettenis>
Thu, 2 Jan 2003 14:46:59 +0000 (14:46 +0000)
* config.in, configure: Regenerated.

gdb/ChangeLog
gdb/config.in
gdb/configure
gdb/configure.in

index f34ef80..6a5d85a 100644 (file)
@@ -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.
index 037aade..206edfd 100644 (file)
 /* 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
 
 /* 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
 
index 0ddc959..03eaecd 100755 (executable)
@@ -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
index 48f5b45..2bddde3 100644 (file)
@@ -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