bug-gnulib
[Top][All Lists]
Advanced

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

problems in stdbool.m4


From: Stepan Kasal
Subject: problems in stdbool.m4
Date: Wed, 12 Oct 2005 19:30:05 +0200
User-agent: Mutt/1.4.1i

Hello,

I noticed two problems with stdbool.m4:

Even with Autoconf-2.59, this file is included in aclocal.m4,
and thus the gnulib definition overrides the Autoconf one.

Perhaps the following would fix it:

m4_ifndef([AC_HEADER_STDBOOL],
AC_DEFUN([AC_HEADER_STDBOOL],
[...
])
])

Second, AM_STDBOOL_H is misnamed.  Wouldn't gl_STDBOOL_H be better?

Wdyt?

Stepan




reply via email to

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