From 71f9eb575a47dac697e2e161d026da473db6addf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 19 May 2007 20:21:41 +0000 Subject: New module 'float'. --- modules/float | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 modules/float (limited to 'modules/float') diff --git a/modules/float b/modules/float new file mode 100644 index 0000000000..9dce2b4d6f --- /dev/null +++ b/modules/float @@ -0,0 +1,36 @@ +Description: +A correct . + +Files: +lib/float_.h +m4/float_h.m4 + +Depends-on: +absolute-header + +configure.ac: +gl_FLOAT_H + +Makefile.am: +BUILT_SOURCES += $(FLOAT_H) + +# We need the following in order to create when the system +# doesn't have one that works with the given compiler. +float.h: float_.h + rm -f $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ + sed -e 's|@''ABSOLUTE_FLOAT_H''@|$(ABSOLUTE_FLOAT_H)|g' \ + -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \ + < $(srcdir)/float_.h; \ + } > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += float.h float.h-t + +Include: + + +License: +LGPL + +Maintainer: +all -- cgit v1.2.1