Skip to content
Snippets Groups Projects
Commit 7095ec14 authored by Christian Engwer's avatar Christian Engwer
Browse files

fix fs#494, use correct escaping

[[Imported from SVN: r5421]]
parent 1472ad96
No related branches found
No related tags found
No related merge requests found
...@@ -501,12 +501,12 @@ echo "- $PROJECT/m4/Makefile.am" ...@@ -501,12 +501,12 @@ echo "- $PROJECT/m4/Makefile.am"
cat> "$PROJECT/m4/Makefile.am" << CC_DELIM cat> "$PROJECT/m4/Makefile.am" << CC_DELIM
M4FILES = $MODULE.m4 M4FILES = $MODULE.m4
aclocaldir = $(datadir)/aclocal aclocaldir = $\(datadir\)/aclocal
aclocal_DATA = $(M4FILES) aclocal_DATA = $\(M4FILES\)
EXTRA_DIST = $(M4FILES) EXTRA_DIST = $\(M4FILES\)
include $(top_srcdir)/am/global-rules include $\(top_srcdir\)/am/global-rules
CC_DELIM CC_DELIM
################## M4/PROJECT.M4 #################### ################## M4/PROJECT.M4 ####################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment