From d1480599f73ce74882394b12f917f314e3659c3f Mon Sep 17 00:00:00 2001 From: Carlos Santos Date: Wed, 18 Sep 2019 19:51:55 -0300 Subject: [PATCH] Build system: support autoreconf Some integration tools (e.g. Buildroot) run autoreconf to re-generate the configure script. Ensure that the files config.rpath and ABOUT-NLS are provided. They are required because we gettextized cups-filters to detect libiconv. Signed-off-by: Carlos Santos --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index beb2882e3..c4100fcea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ pkgconf_DATA = \ libfontembed.pc doc_DATA = \ + ABOUT-NLS \ AUTHORS \ COPYING \ NEWS \ @@ -15,6 +16,7 @@ doc_DATA = \ EXTRA_DIST = \ $(doc_DATA) \ autogen.sh \ + config.rpath \ libcupsfilters.pc.in \ libfontembed.pc.in \ utils/cups-browsed.service \ -- 2.47.2