Hello.
Please apply patch bellow and run "autoreconf -vfi".
Adding of AC_CANONICAL_HOST have been sufficient for me.
The real problem might be in warnings during autoreconf.
Petr
--- configure.in
+++ configure.in
@@ -7,6 +7,7 @@
AM_INIT_AUTOMAKE(1.6 dist-bzip2)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
+AC_CANONICAL_HOST
dnl autoheader templates for config.h.in
AH_TOP(
@@ -132,7 +133,7 @@
VAR_MACOSX_7=1
fi
;;
- *Linux*)
+ *Linux*|*GNU/kFreeBSD*)
VAR_LINUX=1
;;
esac
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]