qrush / sub

a delicious way to organize programs
http://37signals.com/svn/posts/3264-automating-with-convention-introducing-sub
MIT License
1.74k stars 148 forks source link

Added autoconf tooling #45

Closed paolo-lulli closed 3 years ago

paolo-lulli commented 6 years ago

Hi, for my purposes I find useful having a standard way to package and install subs. With the change in the pull request, after issuing the command:

prepare.sh xyz

you would have available the autoconf options; i.e.:

./configure --prefix=/opt/whatever

and you will be able to install the subs by simply issuing the command:

make install

A further step could be to add .deb, .rpm creation on top of the standard autoconf tooling

qrush commented 3 years ago

I'm going to say no to this one, sorry. If you want an autoconf-sub that's up to you, but keeping the "core" we have extracted from rbenv generic.