diff --git a/aclocal.m4 b/aclocal.m4
index ddc6cc84..9079a0ef 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-# aclocal.m4t generated automatically by aclocal 1.6.3 -*- Autoconf -*-
+# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
 
 # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
diff --git a/configure b/configure
index fd4eaa2c..3b80b565 100644
--- a/configure
+++ b/configure
@@ -1752,7 +1752,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=libunwind
- VERSION=0.91
+ VERSION=0.92
 
 
 cat >>confdefs.h <<_ACEOF
@@ -8591,6 +8591,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 fi
 echo "$as_me:$LINENO: result: $ac_cv_type_sighandler_t" >&5
 echo "${ECHO_T}$ac_cv_type_sighandler_t" >&6
+if test $ac_cv_type_sighandler_t = yes; then
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_SIGHANDLER_T 1
+_ACEOF
+
+
+fi
 
 
 echo "$as_me:$LINENO: checking for working memcmp" >&5
diff --git a/include/config.h.in b/include/config.h.in
index 186575cc..5a603ff3 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -30,6 +30,9 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
+/* Define to 1 if the system has the type `sighandler_t'. */
+#undef HAVE_SIGHANDLER_T
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H