]> git.draconx.ca Git - rrace.git/commit
Don't build locale/wcwidth junk if NLS is disabled.
authorNick Bowler <nbowler@draconx.ca>
Sun, 7 Jan 2024 02:29:50 +0000 (21:29 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 7 Jan 2024 03:09:18 +0000 (22:09 -0500)
commitb901702b893a6c7e0a964f2f5249a37fe0cf2805
tree7e46dfef93138bac8601b4dc4124a7fa8ebe0e19
parent833508444b2345c0f19930aaecb4712e5779592f
Don't build locale/wcwidth junk if NLS is disabled.

These functions are only used for NLS support, so it is silly to
compile them if NLS is disabled for any reason.

To do this, we create a local "dx-nls" gnulib module which can in
turn use conditional dependencies to pull in all the (now optional)
modules.
.gitignore
Makefile.am
common
configure.ac
lib/.gitignore [new file with mode: 0644]
lib/local/modules/dx-nls [new file with mode: 0644]
lib/local/modules/gnulib-local [new file with mode: 0644]
m4/gnulib-cache.m4