From 700c9e674875951376a0dea279e7d17c78e53169 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Tue, 3 Feb 2009 10:04:26 +0000 Subject: [PATCH] there were even more bugs in ma/Makefile.am [[Imported from SVN: r5416]] --- bin/duneproject | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/duneproject b/bin/duneproject index cda0f80d6..6901a7f7a 100755 --- a/bin/duneproject +++ b/bin/duneproject @@ -501,12 +501,12 @@ echo "- $PROJECT/m4/Makefile.am" cat> "$PROJECT/m4/Makefile.am" << CC_DELIM M4FILES = $MODULE.m4 -aclocaldir = $\(datadir\)/aclocal -aclocal_DATA = $\(M4FILES\) +aclocaldir = $(datadir)/aclocal +aclocal_DATA = $(M4FILES) -EXTRA_DIST = $\(M4FILES\) +EXTRA_DIST = $(M4FILES) -include $\(top_srcdir\)/am/global-rules +include $(top_srcdir)/am/global-rules CC_DELIM ################## M4/PROJECT.M4 #################### -- GitLab