From fe1cf2b9465cab51b288a822433d7681a493d76e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:28:19 +0200 Subject: [PATCH] Rename stdint_.h to stdint.in.h. --- ChangeLog | 3 +++ lib/{stdint_.h => stdint.in.h} | 0 m4/stdint.m4 | 4 ++-- modules/stdint | 6 +++--- 4 files changed, 8 insertions(+), 5 deletions(-) rename lib/{stdint_.h => stdint.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 012f327ba..db3679639 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50,6 +50,9 @@ * lib/stdbool.in.h: Renamed from lib/stdbool_.h. * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of stdbool_.h. + * lib/stdint.in.h: Renamed from lib/stdint_.h. + * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of + stdint_.h. 2007-09-30 Bruno Haible diff --git a/lib/stdint_.h b/lib/stdint.in.h similarity index 100% rename from lib/stdint_.h rename to lib/stdint.in.h diff --git a/m4/stdint.m4 b/m4/stdint.m4 index 03bb09320..bb6c34fe1 100644 --- a/m4/stdint.m4 +++ b/m4/stdint.m4 @@ -1,4 +1,4 @@ -# stdint.m4 serial 28 +# stdint.m4 serial 29 dnl Copyright (C) 2001-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -370,7 +370,7 @@ AC_DEFUN([gl_STDINT_INCLUDES], dnl gl_STDINT_TYPE_PROPERTIES dnl Compute HAVE_SIGNED_t, BITSIZEOF_t and t_SUFFIX, for all the types t -dnl of interest to stdint_.h. +dnl of interest to stdint.in.h. AC_DEFUN([gl_STDINT_TYPE_PROPERTIES], [ gl_STDINT_BITSIZEOF([ptrdiff_t sig_atomic_t size_t wchar_t wint_t], diff --git a/modules/stdint b/modules/stdint index c417b152a..19435d77d 100644 --- a/modules/stdint +++ b/modules/stdint @@ -7,7 +7,7 @@ may not correspond to the fastest types available on the system. Macros are used instead of typedefs. Files: -lib/stdint_.h +lib/stdint.in.h m4/stdint.m4 m4/longlong.m4 m4/ulonglong.m4 @@ -24,7 +24,7 @@ BUILT_SOURCES += $(STDINT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -stdint.h: stdint_.h +stdint.h: stdint.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ @@ -49,7 +49,7 @@ stdint.h: stdint_.h -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ - < $(srcdir)/stdint_.h; \ + < $(srcdir)/stdint.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += stdint.h stdint.h-t -- 2.11.0