Skip to content

Commit

Permalink
Don't automake verbosely. Much better.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Feb 17, 2019
1 parent 727907a commit e6fb94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ substitute include/pqxx/version.hxx.template >include/pqxx/version.hxx
autoheader
libtoolize --force --automake --copy
aclocal -I . -I config/m4
automake --verbose --add-missing --copy
automake --add-missing --copy
autoconf

conf_flags="--enable-maintainer-mode ${CONFIG_ARGS:-}"
Expand Down

0 comments on commit e6fb94c

Please sign in to comment.