X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Flocalcharset;h=e07061a701e453399bf969a6ee1eb4d735b032ed;hb=f25e4400791ad31ed833cc4b784bde21ca4414e4;hp=d01da33e559863b88be82408f2f5d6fc273901d3;hpb=008ba294e4dfb636ac76e88e998ff58f89224151;p=gnulib.git diff --git a/modules/localcharset b/modules/localcharset index d01da33e5..e07061a70 100644 --- a/modules/localcharset +++ b/modules/localcharset @@ -14,11 +14,13 @@ lib/config.charset lib/ref-add.sin lib/ref-del.sin m4/codeset.m4 +m4/fcntl-o.m4 m4/glibc21.m4 m4/localcharset.m4 Depends-on: configmake +extensions configure.ac: gl_LOCALCHARSET @@ -82,14 +84,14 @@ uninstall-localcharset: all-local fi charset.alias: config.charset - rm -f t-$@ $@ - $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ + $(AM_V_GEN)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-$@ + $(AM_V_GEN)rm -f t-$@ $@ && \ + sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \ mv t-$@ $@ CLEANFILES += charset.alias ref-add.sed ref-del.sed