Hash :
c28071d4
Author :
Date :
2007-10-02T00:19:59
Rename locale_.h to locale.in.h.
Description:
A <locale.h> that conforms to POSIX.
Files:
lib/locale.in.h
m4/locale_h.m4
Depends-on:
include_next
configure.ac:
gl_LOCALE_H
Makefile.am:
BUILT_SOURCES += $(LOCALE_H)
# We need the following in order to create <locale.h> when the system
# doesn't have one that provides all definitions.
locale.h: locale.in.h
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
-e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
< $(srcdir)/locale.in.h; \
} > $@-t
mv $@-t $@
MOSTLYCLEANFILES += locale.h locale.h-t
Include:
<locale.h>
License:
LGPL
Maintainer:
Bruno Haible