+2001-02-19 Paul Eggert <eggert@twinsun.com>
+
+ * aclang.m4 (AC_C_INLINE): Define "inline" to empty if the
+ compiler doesn't support 'static inline'. This is needed for
+ Encore Umax-3.0.9.16b.
+
2001-02-19 Akim Demaille <akim@epita.fr>
* aclang.m4 (_AC_LANG_COMPILER_WORKS): Rename as...
for ac_kw in inline __inline__ __inline; do
AC_COMPILE_IFELSE([AC_LANG_SOURCE(
[#ifndef __cplusplus
+static $ac_kw int static_foo () {return 0; }
$ac_kw int foo () {return 0; }
#endif
])],
for ac_kw in inline __inline__ __inline; do
AC_COMPILE_IFELSE([AC_LANG_SOURCE(
[#ifndef __cplusplus
+static $ac_kw int static_foo () {return 0; }
$ac_kw int foo () {return 0; }
#endif
])],
for ac_kw in inline __inline__ __inline; do
AC_COMPILE_IFELSE([AC_LANG_SOURCE(
[#ifndef __cplusplus
+static $ac_kw int static_foo () {return 0; }
$ac_kw int foo () {return 0; }
#endif
])],
for ac_kw in inline __inline__ __inline; do
AC_COMPILE_IFELSE([AC_LANG_SOURCE(
[#ifndef __cplusplus
+static $ac_kw int static_foo () {return 0; }
$ac_kw int foo () {return 0; }
#endif
])],