Projet

Général

Profil

0002-fix-build-with-autoconf-2.69.patch

Nicolas Barbey, 11 mai 2016 18:02

Télécharger (966 octets)

Voir les différences:

Subject: [PATCH 2/2] fix build with autoconf 2.69.

The build complains that EXTRA_DIST must be set before applying += to
it.
 docs/reference/lasso/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
docs/reference/lasso/Makefile.am
95 95

  
96 96
# Other files to distribute
97 97
# e.g. EXTRA_DIST += version.xml.in
98
EXTRA_DIST += lasso-sections.txt lasso-docs.sgml version.xml.in lasso.types.in style.css
98
EXTRA_DIST = lasso-sections.txt lasso-docs.sgml version.xml.in lasso.types.in style.css
99 99

  
100 100
# Files not to distribute
101 101
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
102
-