X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flocalcharset;h=22abeeb5b355aed8c446c495ca52d02278f91115;hb=ba240e2ebbe21e986c41e7af3eac7268716e7702;hp=9226276dabbd5b0e6eac3870ca0ab7e51d02a936;hpb=b1b2c3c4f7044468da7cd4c99b7cfa594c5c9c9c;p=gnulib.git diff --git a/modules/localcharset b/modules/localcharset index 9226276da..22abeeb5b 100644 --- a/modules/localcharset +++ b/modules/localcharset @@ -12,14 +12,13 @@ m4/glibc21.m4 m4/localcharset.m4 Depends-on: +configmake configure.ac: gl_LOCALCHARSET Makefile.am: lib_SOURCES += localcharset.h localcharset.c -EXTRA_DIST += config.charset ref-add.sin ref-del.sin -DEFS += -DLIBDIR=\"$(libdir)\" # We need the following in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing @@ -59,11 +58,13 @@ uninstall-local: all-local fi charset.alias: config.charset + rm -f t-$@ $@ $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ mv t-$@ $@ SUFFIXES += .sed .sin .sin.sed: + rm -f t-$@ $@ sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ mv t-$@ $@ @@ -72,5 +73,8 @@ CLEANFILES += charset.alias ref-add.sed ref-del.sed Include: "localcharset.h" +License: +LGPL + Maintainer: Bruno Haible