Hi all
When integrating gnulib in liblouis a changed a few things with regards
to m4 macro location. In particular I added the following to
configure.ac
AC_CONFIG_MACRO_DIR([m4])
and the following to Makefile.am
ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4
I also create an empty m4 directory. Now, aut
Hi all
I work in a project where we ship a lot of data files. These files sit
in a subdirectory where Makefile.am lists them explicitly as follows:
table_files = \
ar-ar-g1.utb \
...
zh-tw.ctb
tablesdir = $(datadir)/liblouis/tables
tables_DATA = $(table_files)
EXTRA_DIST