Test for internationalization of module 'vasnprintf-posix'.
[gnulib.git] / modules / localcharset
index 9226276..22abeeb 100644 (file)
@@ -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