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

Missing configure file. #6

Closed
ya1gaurav opened this issue Sep 16, 2015 · 6 comments
Closed

Missing configure file. #6

ya1gaurav opened this issue Sep 16, 2015 · 6 comments

Comments

@ya1gaurav
Copy link
Contributor

Can you add configure file in trunk code?

@x42
Copy link
Owner

x42 commented Sep 16, 2015

configure is a generated file. Not a source file.

There is no configure file that could be added which works on all platforms, it'd also need Makefile.in aclocal, m4 etc etc.

@x42 x42 closed this as completed Sep 16, 2015
@ya1gaurav
Copy link
Contributor Author

How to generate for linux?
My intention is to provide travis automatic build for liboauth for platforms supported by travis. It will help automatic checking liboauth build whenever a pull request is received.

@x42
Copy link
Owner

x42 commented Sep 17, 2015

simply autoreconf

or manually:

aclocal
autoheader
libtoolize --copy
autoconf
automake --gnu --add-missing --copy

@x42
Copy link
Owner

x42 commented Sep 17, 2015

If you succeed with travis, please let me know. That might come in handy.

But since debian packages liboauth and runs make check on 21 platforms/architectures that's more than good enough for me (https://packages.debian.org/sid/liboauth-dev). The debian build-logs were very helpful so sort out portability issues (particularly for embedded systems and edge-case architectures) during early development.

@ya1gaurav
Copy link
Contributor Author

Lets refer - #7

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

No branches or pull requests

2 participants