configure.ac: Re-work macro initialisation#1
Open
sjlongland wants to merge 1 commit intonullie:masterfrom
Open
configure.ac: Re-work macro initialisation#1sjlongland wants to merge 1 commit intonullie:masterfrom
sjlongland wants to merge 1 commit intonullie:masterfrom
Conversation
Owner
|
When I apply your code, it fails to reconf: |
Owner
|
I guess you need to add Have a look at http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation Other issues:
|
Author
|
No problems, I'll have a closer look. Odd that it worked fine at my end, but clearly blew up in your case. Thought I had deleted |
Seems the current automake/autoconf aren't happy with the macros in this file, or I'm just not that adept at setting up autoconf/automake properly. (In fact, the latter is a distinct possibility.) The following is based on what I've seen from the following links (monkey see, monkey do): - http://stackoverflow.com/questions/16188335/automake-error-no-proper-invocation-of-am-init-automake-was-found - http://www.gnu.org/software/automake/manual/automake.html#Hello-World - http://www.gnu.org/software/autoconf/manual/autoconf.html#AC_005fINIT This also adds a bug report email address and link to the homepage to the generated ./configure script. These changes work with autoconf 2.69, automake 1.15. To generate the configure scripts, run: $ autoreconf --install
Author
|
Okay, that's blown away |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seems the current automake/autoconf aren't happy with the macros in this
file, or I'm just not that adept at setting up autoconf/automake
properly.
(In fact, the latter is a distinct possibility.)
The following is based on what I've seen from the following links
(monkey see, monkey do):
This also adds a bug report email address and link to the homepage to
the generated ./configure script.
These changes work with autoconf 2.69, automake 1.15. To generate the
configure scripts, run:
On a related note, the source files seem to suggest a public domain license, but it's not clear. Is it perhaps worth stating this explicitly in the README? This library otherwise looks like it'll be a big help.