Loading autogen.sh +11 −1 Original line number Diff line number Diff line #!/bin/sh if [ -x "`which autoreconf 2>/dev/null`" ] ; then exec autoreconf -ivf opt="-if" for i in $@; do case "$i" in -v) opt=$opt"v" ;; esac done exec autoreconf $opt fi set -e Loading changes/4664 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor features (build): - Do not report status verbosely from autogen.sh unless the -v flag is specified. Fixes issue 4664. Patch from Onizuka. Loading
autogen.sh +11 −1 Original line number Diff line number Diff line #!/bin/sh if [ -x "`which autoreconf 2>/dev/null`" ] ; then exec autoreconf -ivf opt="-if" for i in $@; do case "$i" in -v) opt=$opt"v" ;; esac done exec autoreconf $opt fi set -e Loading
changes/4664 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor features (build): - Do not report status verbosely from autogen.sh unless the -v flag is specified. Fixes issue 4664. Patch from Onizuka.