Skip to content
Snippets Groups Projects
Commit e5e5c864 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Drop --verbose from aclocal invocation

parent 507e1657
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 --verbose;
gtkdocize;
autoreconf -ivf || exit $?; );
aclocal --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.
Please register or to comment