python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pass variable using autoconf AC_ARG_WITH into C program
I'm trying to get a value provided on the ./configure invocation through to C code so it can be printed. It should be passed into configure like ./configure --allow-text="Some text"
What I h...
Bedřich Kletorný
Votes: 0
Answers: 1
3rd party library complains about types when building on alpine
I'm trying to build a static version of libnfnetlink on an alpine build container. It uses the usual autogen->configure->make->make install route but for some reason it complains at the make ...
incubus
Votes: 0
Answers: 1
Autoconf loop but stop after first success?
I've got this snippet to detect and require the highest usable C++ standard. It works exactly the way I want it to - checks highest first, and stop searching after the first success. It's also extreme...
Tino Didriksen
Votes: 0
Answers: 1
How can I elegantly update the version string from autoconf in things like the man page and other non-source documents?
As the xnec2c project grows, it seems that more and more files need to be modified to update its version. At the moment it looks like this:
Update the AC_INIT version
Update the man page version in ...
KJ7LNW
Votes: 0
Answers: 1