typo
[deliverable/binutils-gdb.git] / gprof / configure.in
index f9905f11649b030d0af05c9d1f248b8c609a95d3..90c53a336b6acc8e517afeea63ef0d6a314b4c7f 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT(gprof.c)
 
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(gprof, 2.9.1)
+AM_INIT_AUTOMAKE(gprof, 2.9.4)
 
 AM_PROG_LIBTOOL
 
@@ -26,7 +26,8 @@ dnl We need to set BSD44_FORMAT on a host which uses the additional
 dnl header fields.  This is an attempt to do that.  I can't think of a
 dnl good feature test for this.
 case "${target}" in
-*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
+*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \
+| *-*-cygwin* | *-*-mingw32 | *-*-win32 )
   AC_DEFINE(BSD44_FORMAT)
   ;;
 esac
This page took 0.023255 seconds and 4 git commands to generate.