diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2011-10-27 14:55:55 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2011-10-27 14:55:55 +0000 |
commit | a03bf70cc3c6fc0992dc6a8e56b10649e56bf553 (patch) | |
tree | 208eb743798787b0c1cc0ab92dbb8d18e607730a /Makefile.am | |
parent | d468cbd673a38dc03362fc375b854ab3d7c2d6a1 (diff) | |
download | pam-a03bf70cc3c6fc0992dc6a8e56b10649e56bf553.tar.gz pam-a03bf70cc3c6fc0992dc6a8e56b10649e56bf553.tar.bz2 pam-a03bf70cc3c6fc0992dc6a8e56b10649e56bf553.zip |
Fix "make distcheck"
There is no use to distribute m4 files manually, because automake does
the right thing, while manual distribution is not only redundant but
also very fragile.
* Makefile.am (M4_FILES): Remove.
(EXTRA_DIST): Remove M4_FILES.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index 69d09f63..2d41b87d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,15 +12,8 @@ endif CLEANFILES = *~ -M4_FILES = m4/gettext.m4 m4/iconv.m4 m4/intlmacosx.m4 \ - m4/japhar_grep_cflags.m4 m4/jh_path_xml_catalog.m4 \ - m4/ld-as-needed.m4 m4/ld-no-undefined.m4 m4/ld-O1.m4 \ - m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 \ - m4/libprelude.m4 m4/libtool.m4 m4/nls.m4 \ - m4/po.m4 m4/progtest.m4 - EXTRA_DIST = config.rpath mkinstalldirs pgp.keys.asc CHANGELOG \ - Copyright $(M4_FILES) Make.xml.rules + Copyright Make.xml.rules ACLOCAL_AMFLAGS = -I m4 |