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
Branches
Tags
No related merge requests found
......@@ -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 ####################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment