2 An <stdarg.h> that conforms to C99.
12 dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode
13 dnl for the builtin va_copy to work. gl_PROG_CC_C99 arranges for this.
20 BUILT_SOURCES += $(STDARG_H)
22 # We need the following in order to create <stdarg.h> when the system
23 # doesn't have one that works with the given compiler.
24 if GL_GENERATE_STDARG_H
25 stdarg.h: stdarg.in.h $(top_builddir)/config.status
26 $(AM_V_GEN)rm -f $@-t $@ && \
27 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
28 sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
29 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
30 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
31 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
32 -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
33 < $(srcdir)/stdarg.in.h; \
37 stdarg.h: $(top_builddir)/config.status
40 MOSTLYCLEANFILES += stdarg.h stdarg.h-t