Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autotools #12

Open
linkdd opened this issue Jan 28, 2015 · 1 comment
Open

autotools #12

linkdd opened this issue Jan 28, 2015 · 1 comment

Comments

@linkdd
Copy link
Contributor

linkdd commented Jan 28, 2015

Using autotools to build neb2amqp would be great.

It would allow for example :

$ ./configure --with-nagios3
$ make

or

$ ./configure --with-nagios4
$ make
@ziirish
Copy link
Contributor

ziirish commented Jan 28, 2015

Not sure it is mandatory.

We don't rely on any external dependency as we embed them within our source tree.
The benefit is then very limited.

Right now I have added a new target to generate either the 3.x compatible module or 4.x one.
We could imagine a default target that generates both modules.

We can rethink about it when 4.x branch is well tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants