On Fri, 2013-03-08 at 14:26 -0500, Alam Arias wrote: > diff --git a/bootstrap.sh b/bootstrap.sh > index c043bc0..99f87ef 100755 > --- a/bootstrap.sh > +++ b/bootstrap.sh > @@ -17,7 +17,7 @@ > # You should have received a copy of the GNU General Public License > # along with pavucontrol. If not, see <http://www.gnu.org/licenses/>. > > -VERSION=1.9 > +VERSION=1.11 > > run_versioned() { > local P Thanks for bringing this into attention. It looks to me like there's no real need to play any version games in bootstrap.sh, so I sent a patch that replaces most of the code in bootstrap.sh with a call to autoreconf. -- Tanu