SoundScapeRenderer / ssr

Main source code repository for the SoundScape Renderer
http://spatialaudio.net/ssr/
GNU General Public License v3.0
132 stars 52 forks source link

name-mangling configure options without effect #10

Closed umlaeute closed 10 years ago

umlaeute commented 10 years ago

the configure script of SSR has the following options:

(they should allow to modify the name of PROGRAMs, e.g. when spefiying --program-suffix=.qt, the ssr-binaural binary should be renamed to ssr-binaural.qt.

normally, autotools handles the renaming automatically, but I think your bin_PROGRAMS = $(SSR_executables) magic defeats this.

mgeier commented 10 years ago

Hmmm ... I just tried it and it worked (for both the current master and tag 0.4.1).

The binaries are not changed during make, the renaming happens during make install.

I took this as incentive for finally implementing renderer selection (dc20b07).

mgeier commented 10 years ago

It seems like that works, the Debian package has nice suffixes!