Displaying 3 results from an estimated 3 matches for "ac_type_long_doubl".
Did you mean:
ac_type_long_double
2015 Jun 28
2
[Bug 11369] New: obsoleted autoconf macros
...return type. In other words, it's my understanding that instead of
having it return RETSIGTYPE and having autoconf determine the type, it can just
be void and remove the check. The defined token seems to only occur in rsync.c
and main.c.
The second item is AC_C_LONG_DOUBLE which is replaced by AC_TYPE_LONG_DOUBLE
and/or AC_TYPE_LONG_DOUBLE_WIDER. By their assessment, currently available
compilers do indeed have long double types without needing to check for them.
What may need checked is whether that long double type is wider than a double
using AC_TYPE_LONG_DOUBLE_WIDER. The libs/snprintf.c file is the on...
2010 May 12
1
Autoreconf --install error
...ure.in:86: error: possibly undefined macro: AC_C_FLEXIBLE_ARRAY_MEMBER
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:87: error: possibly undefined macro: AC_C_VARARRAYS
configure.in:97: error: possibly undefined macro: AC_TYPE_LONG_DOUBLE
configure.in:98: error: possibly undefined macro: AC_TYPE_LONG_LONG_INT
autoreconf: /usr/bin/autoconf failed with exit status: 1
what's wrong?
If I use after this svn cleanup and again autoreconf --install then it's
work.
But I don't understand why?
I would like a rpm from nut with...
2014 Feb 17
2
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
....ac:108: error: possibly undefined macro:
AC_C_FLEXIBLE_ARRAY_MEMBER
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:109: error: possibly undefined macro: AC_C_VARARRAYS
configure.ac:119: error: possibly undefined macro: AC_TYPE_LONG_DOUBLE
configure.ac:120: error: possibly undefined macro: AC_TYPE_LONG_LONG_INT
autoreconf: /usr/bin/autoconf failed with exit status: 1
I ran "autoreconf && ./configure && make" on two Linux'es: CentOS 5 and
Enterprise Linux 5, and the output is the same on both of them.
-...