autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoconf 2.68 build issue


From: yanjing.guo
Subject: autoconf 2.68 build issue
Date: Tue, 27 Mar 2012 10:59:22 +0800
User-agent: Mozilla/5.0 (X11; SunOS i86pc; rv:9.0) Gecko/20120113 Thunderbird/9.0.1

Hi,

The autoconf 2.68 have some problem with parsing the pointer syntax '->' , such as the opensolaris patch: pidgin-14-ifaddrs.diff:

+AC_CHECK_MEMBERS(struct ifaddrs.ifa_addr->ss_family,[],[],[[ #include <ifaddrs.h>
+#include <net/if.h> ]])


After the command: aclocal $ACLOCAL_FLAGS -I . with configure.ac, the failure output is as followed:

configure.ac:164: error: AC_CHECK_MEMBER: requires literal arguments
/builds/hudson/workspace/nightly-update/build/i386/components/autoconf/autoconf-2.68/lib/autoconf/types.m4:880: AC_CHECK_MEMBER is expanded from... /builds/hudson/workspace/nightly-update/build/i386/components/autoconf/autoconf-2.68/lib/autoconf/types.m4:913: AC_CHECK_MEMBERS is expanded from...
configure.ac:164: the top level
autom4te: /usr/bin/gm4 failed with exit status: 1
aclocal-1.10: autom4te failed with exit status: 1


Instead of autoconf 2.68 , the older version 2.63 can work well.

Can anybody  give some information about it?  Thanks in advance!

Attachment: pidgin-14-ifaddrs.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]