@@ -204,14 +204,14 @@ check_PROGRAMS = $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \
204
204
205
205
noinst_PROGRAMS =
206
206
subdir = .
207
- DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
208
- $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
207
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
209
208
$(top_srcdir)/configure $(am__configure_deps) \
210
209
$(top_srcdir)/src/config.h.in $(top_srcdir)/autotools/depcomp \
211
- $(dist_doc_DATA) $(top_srcdir)/autotools/test-driver COPYING \
212
- autotools/compile autotools/config.guess autotools/config.sub \
213
- autotools/depcomp autotools/install-sh autotools/missing \
214
- autotools/ltmain.sh $(top_srcdir)/autotools/compile \
210
+ $(dist_doc_DATA) $(top_srcdir)/autotools/test-driver AUTHORS \
211
+ ChangeLog INSTALL NEWS README autotools/compile \
212
+ autotools/config.guess autotools/config.sub autotools/depcomp \
213
+ autotools/install-sh autotools/missing autotools/ltmain.sh \
214
+ $(top_srcdir)/autotools/compile \
215
215
$(top_srcdir)/autotools/config.guess \
216
216
$(top_srcdir)/autotools/config.sub \
217
217
$(top_srcdir)/autotools/install-sh \
@@ -1748,11 +1748,14 @@ AM_CXXFLAGS = $(am__append_1) $(am__append_2) $(am__append_4)
1748
1748
1749
1749
# Specify include paths for ac macros
1750
1750
ACLOCAL_AMFLAGS = -I m4
1751
+
1752
+ # License file is called LICENSE not COPYING
1753
+ AUTOMAKE_OPTIONS = foreign
1751
1754
dist_doc_DATA = \
1752
1755
AUTHORS \
1753
- COPYING \
1754
1756
ChangeLog \
1755
1757
INSTALL \
1758
+ LICENSE \
1756
1759
NEWS \
1757
1760
README
1758
1761
@@ -2809,15 +2812,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
2809
2812
@for dep in $?; do \
2810
2813
case '$(am__configure_deps)' in \
2811
2814
*$$dep*) \
2812
- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
2813
- $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
2815
+ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
2816
+ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
2814
2817
&& exit 0; \
2815
2818
exit 1;; \
2816
2819
esac; \
2817
2820
done; \
2818
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
2821
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
2819
2822
$(am__cd) $(top_srcdir) && \
2820
- $(AUTOMAKE) --gnu Makefile
2823
+ $(AUTOMAKE) --foreign Makefile
2821
2824
.PRECIOUS: Makefile
2822
2825
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2823
2826
@case '$?' in \
0 commit comments