X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdarg;h=46be58f143e45c42421cf7568e10701cdcf5711e;hb=b383aaabadb883fa8be0a826500b516a2eee8f69;hp=48febb28db7db943dd92b8e9f0ac3c411336985d;hpb=580f477f1e7ecc74f4ba8803f3e4e5c8ac6b0132;p=gnulib.git diff --git a/modules/stdarg b/modules/stdarg index 48febb28d..46be58f14 100644 --- a/modules/stdarg +++ b/modules/stdarg @@ -2,9 +2,11 @@ Description: An that conforms to C99. Files: +lib/stdarg.in.h m4/stdarg.m4 Depends-on: +include_next configure.ac-early: dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode @@ -17,6 +19,20 @@ configure.ac: gl_STDARG_H Makefile.am: +BUILT_SOURCES += $(STDARG_H) + +# We need the following in order to create when the system +# doesn't have one that works with the given compiler. +stdarg.h: stdarg.in.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \ + < $(srcdir)/stdarg.in.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += stdarg.h stdarg.h-t Include: #include