Skip to content
Snippets Groups Projects
Commit 3090ace2 authored by Simon McVittie's avatar Simon McVittie
Browse files

autogen.sh: Install macros into m4/

parent 0fbd260c
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -16,9 +16,9 @@ set -e
echo "*** $0 ARGS..." ;
echo "" ) >&2;
fi;
aclocal --install || exit $?;
gtkdocize || exit $?;
autoreconf -ivf || exit $?; );
aclocal -I m4 --install || exit $?;
gtkdocize || exit $?;
autoreconf -ivf || exit $?; );
if [ "$NOCONFIGURE" = "" ];
then
......
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