Update to GPLv3.
[autoconf.git] / lib / autoconf / Makefile.am
blob1ad574104c327b4a79b758be06d9d39f3488b5b6
1 # Make Autoconf library.
3 # Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3, or (at your option)
8 # any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 # 02110-1301, USA.
20 autoconflibdir = $(pkgdatadir)/autoconf
21 dist_autoconflib_DATA = \
22         autoconf.m4 \
23         general.m4 status.m4 oldnames.m4 specific.m4 \
24         autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 \
25         lang.m4 c.m4 erlang.m4 fortran.m4 \
26         functions.m4 headers.m4 types.m4 libs.m4 programs.m4
28 nodist_autoconflib_DATA = autoconf.m4f
29 CLEANFILES = $(nodist_autoconflib_DATA)
32 ## --------------- ##
33 ## Building TAGS.  ##
34 ## --------------- ##
36 TAGS_FILES = $(dist_autoconflib_DATA)
38 ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
41 ## -------- ##
42 ## Checks.  ##
43 ## -------- ##
45 check-local: check-forbidden-patterns
46 forbidden_patterns = -e '^_*EOF' -e ' cmp '
47 forbidden_patterns_files = $(dist_autoconflib_DATA)
50 ## ------------------ ##
51 ## The frozen files.  ##
52 ## ------------------ ##
54 autoconf.m4f: $(autoconf_m4f_dependencies)
55 include ../freeze.mk