Build with locale support is broken
Brought to you by:
hvhaugwitz,
rvdb
Hello.
Build with locale support has several problems, which cause build failures.
LOCALEDIR definition is missing from all existing build-system files.
It used to be in configure.ac, then was moved to Makefile.am, where it silently died in commit 08cc29a.
Many incorrect usages of _
macro, which produce 'error: initializer element is not constant'.
They all occur in one place: src/compare_db.c in details_string[] array definition.
These must be converted to N_
instead. Similar examples:
http://oss.sgi.com/archives/xfs/2008-12/msg01682.html
Please fix.
https://github.com/aide/aide/issues/101