summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index f35382c..eda0ea3 100755
--- a/build
+++ b/build
@@ -32,6 +32,8 @@ install: build
cp src/$${dir}/*.h \
dest/usr/include/$(OPK_SOURCE)/tcl-private/$${dir}; \
done
+ mkdir -p dest/usr/share/aclocal
+ cp unix/tcl.m4 dest/usr/share/aclocal/$(OPK_SOURCE).m4
mv dest/usr/share/man/man1/tclsh.1 dest/usr/share/man/man1/tclsh.$(V).1
# TODO: Rename ".3" and ".n" manual pages to have a ".3tcl" extension.
# This requires some thought about handling links.