Skip to content
Snippets Groups Projects
Commit 0c54d15a authored by Oliver Sander's avatar Oliver Sander
Browse files

patch 5423 ('fixing the fix') merged from the trunk

[[Imported from SVN: r5425]]
parent 4806962c
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