summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-07-11 15:42:40 +0200
committerLudovic Courtès <ludo@gnu.org>2012-07-11 15:42:40 +0200
commit4ac3df42904e432133fd76cbc190434fe11efada (patch)
tree5f04cdd48c9daf9c3d9762a49634ee0a7eef3b40 /Makefile.am
parent6365068393254e1131ab80eb0d68a759e7fd2256 (diff)
downloadpatches-4ac3df42904e432133fd76cbc190434fe11efada.tar
patches-4ac3df42904e432133fd76cbc190434fe11efada.tar.gz
distro: Add GNU M4.
* distro/base.scm (m4): New variable. * distro/m4-readlink-EINVAL.patch, distro/m4-s_isdir.patch: New files. * Makefile.am (nobase_dist_guilemodule_DATA): Add them.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8f8cb12c85..c9653505e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,9 @@ GOBJECTS = $(MODULES:%.scm=%.go)
nobase_dist_guilemodule_DATA = \
$(MODULES) \
- distro/guile-1.8-cpp-4.5.patch
+ distro/guile-1.8-cpp-4.5.patch \
+ distro/m4-readlink-EINVAL.patch \
+ distro/m4-s_isdir.patch
nobase_nodist_guilemodule_DATA = $(GOBJECTS)