From a0b4eb2db65c24ec7c7b9b1b4db0e934b6f3baa9 Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Wed, 17 Aug 2016 22:35:55 -0300 Subject: [PATCH 01/11] Avoiding multiple GUILE definitions * am/guile.mk: New file, within which we move the definition of GUILE previously in both Makefile.am and doc/Makefile.am. --- am/guile.mk | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 am/guile.mk diff --git a/am/guile.mk b/am/guile.mk new file mode 100644 index 0000000..e49e86f --- /dev/null +++ b/am/guile.mk @@ -0,0 +1,22 @@ + +#### +#### Copyright (C) 2016 David Pirotte + +#### This file is part of GNU Guile-Cairo + +#### This program is free software; you can redistribute it and/or +#### modify it under the terms of the GNU Lesser General Public +#### License as published by the Free Software Foundation; either +#### version 3 of the License, or (at your option) any later version. + +#### This program is distributed in the hope that it will be useful, +#### but WITHOUT ANY WARRANTY; without even the implied warranty of +#### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +#### Lesser General Public License for more details. + +#### You should have received a copy of the GNU Lesser General Public +#### License along with this program; if not, see +#### . +#### + +GUILE = $(top_builddir)/env guile -- 2.8.1