bash-completion icon indicating copy to clipboard operation
bash-completion copied to clipboard

trouble building on Mac OS

Open zbeekman opened this issue 10 years ago • 3 comments

Don’t you need to have a script named configure to actually run ./configure? It seems this is missing and the build is failing on Mac OS even though autoconf is installed…

zbeekman avatar Feb 11 '15 05:02 zbeekman

You need a bootstrap script or some means of generating the ./configure script. Perhaps this is trivial if you’re familiar with auto tools, but the README needs updating to describe how this is done.

zbeekman avatar May 28 '15 19:05 zbeekman

Not sure if its the right way (h8 autoconf with a passion) - but this seems to work for me automake --add-missing && autoreconf

(inspired by https://www.sourceware.org/autobook/autobook/autobook_43.html)

nhed avatar Dec 11 '15 20:12 nhed

Thanks @nhed, I guess I'll leave this open until I submit a PR to modify the README

zbeekman avatar Jun 01 '16 15:06 zbeekman