The configure.in tag has no wiki summary.
1
vote
2answers
85 views
How to pass shell variable to autogen.sh script
I calling a autogen.sh script from other Makefile, and this Makefile is called from a shell script, If I set a variable VAR on this more external script I can use-it normally inside this Makefile, ...
0
votes
1answer
67 views
For automake: How to execute a command in the configure.ac?
In the automake
I want to assign to a Makefile variable a command execution result
How to do it in the configure.ac?
2
votes
1answer
294 views
How to cross compile Expect for ARM
How does one cross-compile Expect for ARM?
It is absolutely no problem to build it from source on a host Ubuntu machine. But if you try to cross compile it, the configure script constantly gives the ...
0
votes
1answer
88 views
generate configure.ac and configure script
This is my source tree:
client (dir with a lot of c files inside)
FTPUtils --> bin /
\server (dir with a lot of c files inside)
|
...
2
votes
2answers
134 views
asking question while installing with makefile
I am trying to create an installation file for my library which has 3 parts, which part2 is depended to part 1 and part 3 is depended to part 2 and part 1.
It is possible that someone wants to ...
1
vote
2answers
268 views
configure.in and adding options
I am trying to add an option to my ./configure script. I need to add the location to mysql.h but a few methods I have tried and keep getting the error: configure: error: unrecognized option: ...
0
votes
2answers
483 views
configure.in: AM_DISABLE_SHARED doesn't change my Makefile
I'm extremely new to using Makefiles and autoconf. I'm using the Camellia image library and trying to statically link my code against their libraries. When I run "make" on the Camellia image library, ...
5
votes
4answers
2k views
How to test a C++ library usability in configure.in?
I'm working on a C++ project on GNU/Linux and I'm looking for a way to test the existence and usability of IBM Informix's library with the Autotools - namely, editing a configure.in. I don't have ...
