lewdlime / abcm2ps

abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format. It is an extension of abc2ps which may handle many voices per staff. abcm2ps is Copyright © 2014-2016 Jean-Francois Moine.
http://moinejf.free.fr/
GNU General Public License v3.0
80 stars 31 forks source link

configure: respect environment variable #82

Closed sgn closed 3 years ago

sgn commented 3 years ago

And while we're at it, remove the dependencies on which. If command doesn't exists, it will exit with non-success status.

moinejf commented 3 years ago

Fine job. Thanks.