]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
Build system: support autoreconf 158/head
authorCarlos Santos <unixmania@gmail.com>
Wed, 18 Sep 2019 22:51:55 +0000 (19:51 -0300)
committerCarlos Santos <unixmania@gmail.com>
Thu, 19 Sep 2019 04:23:07 +0000 (01:23 -0300)
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 <unixmania@gmail.com>
Makefile.am

index beb2882e3069f63004ada7e9908367d36a8ad1b0..c4100fceab5c60188ae038321e6c6e970e4a31b8 100644 (file)
@@ -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 \