sargon / trayer-srg

trayer fork with multi monitor support, cleaned up codebase and other fancy stuff
Other
223 stars 34 forks source link

Add configure script. #17

Closed frozencemetery closed 10 years ago

frozencemetery commented 10 years ago

In response to #8, here is a configure script. It's a simple piece of bash that checks the value of --prefix (if provided), and sets it for both the C and the Makefile. Thanks!

frozencemetery commented 10 years ago

Is this blocking on anything, or is there anything you would like to see changed?

sargon commented 10 years ago

Sry, was quite busy in the last weeks. Have a look into it right now.

sargon commented 10 years ago

I cherry picked the one I liked. The DESTDIR Variable is a common way to seperate install prefix and packaging directory. I see that we do not depend on the PREFIX in the source anywhere and so it is redudancy here. But this way we are more "compatible" to some humans build behavior ;-)