mISDNuser ./configure crash
Thomas Jarosch <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Organization | Intra2net AG |
| Message-ID | <[email protected]> |
Hi,
the configure script of mISDNuser fails on my box with this:
checking for _Bool... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for pid_t... yes
checking for size_t... yes
./configure: line 17085: syntax error near unexpected token `newline'
./configure: line 17085: ` yes:no:'
The problematic code is this part from configure.ac:
-------------------------------
AC_CHECK_HEADER([capi20.h],
AC_CHECK_HEADER([capi_mod.h],,
AC_MSG_ERROR([capi_mod.h do not exist - update capi4linux]),
),
AC_MSG_ERROR([capi20.h do not exist - install capi4linux development files]),
)
-------------------------------
If I split the AC_CHECK_HEADER() invocations into
two steps, it works fine. So it looks like the
chaining of two AC_CHECK_HEADER() is to blame.
autotools version:
autoconf 2.63
automake 1.11.1
For now I've just removed the check. It would be nice
to fix this properly. Do we even need both checks? Ideas?
Cheers,
Thomas
_______________________________________________
isdn4linux mailing list
[email protected]
https://www.isdn4linux.de/mailman/listinfo/isdn4linux