* modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
[gnulib.git] / modules / stdarg
1 Description:
2 An <stdarg.h> that conforms to C99.
3
4 Files:
5 m4/stdarg.m4
6
7 Depends-on:
8
9 configure.ac-early:
10 dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode
11 dnl for the builtin va_copy to work.  With Autoconf 2.60 or later,
12 dnl AC_PROG_CC_STDC arranges for this.  With older Autoconf AC_PROG_CC_STDC
13 dnl shouldn't hurt, though installers are on their own to set c99 mode.
14 AC_REQUIRE([AC_PROG_CC_STDC])
15
16 configure.ac:
17 gl_STDARG_H
18
19 Makefile.am:
20
21 Include:
22 #include <stdarg.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible