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 ...@@ -16,9 +16,9 @@ set -e
echo "*** $0 ARGS..." ; echo "*** $0 ARGS..." ;
echo "" ) >&2; echo "" ) >&2;
fi; fi;
aclocal --install || exit $?; aclocal -I m4 --install || exit $?;
gtkdocize || exit $?; gtkdocize || exit $?;
autoreconf -ivf || exit $?; ); autoreconf -ivf || exit $?; );
if [ "$NOCONFIGURE" = "" ]; if [ "$NOCONFIGURE" = "" ];
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment