The code relies on PACKAGE_URL and friends being created, but it wasn't until autoconf-2.64 that these defines were included.
Signed-off-by: Mike Frysinger <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 475e33e..80a5647 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.61) +AC_PREREQ(2.64) AC_INIT([Userspace tools for Linux IEEE 802.15.4 stack], [0.2-rc2],[[email protected]], [lowpan-tools], [http://linux-zigbee.sourceforge.net/]) -- 1.6.5.3 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
