-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm searching an autoconf macro to use in my configure.ac that checks for Boost MPI.
It's not hard to find a couple of them on the Internet but none of the one I tried worked as expected.
What ax_boost_mpi.m4 do you use?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi
Is it possible to document configure.ac such that doxygen can pick up embedded comments and produce documentation for options, variables, etc. in generated manuals?
Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using autoconf. Right now I have an intermediate .cpp file that is generated. I want to have the .cpp file deleted when I do a "make clean".
I tried specifying the file in a CONFIG_CLEAN_FILES variable, but that only takes effect when I do a make distlclean. Is there a variable to set to delete…
>>> More
-
as seen on Super User
- Search for 'Super User'
I want to install autoconf, automake, m4, automake, etc. from the source. The problem is anything that I try and install i have to rely on autoconf. Therefore, I am trying to install autoconf i get
configure.ac:30: require Automake 1.11, but have 1.10
I try to install automake, the bootstrap…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello!
I have written a small command line tool that includes some GPL code. Everything runs smothly. Using os 10.6.
The external code used has a config.h header file, made by calling autoconf.
I'd like to deploy the tool to different OS versions. Thus config.h could look like
// config.h
#if MAC_OS_X_VERSION_MAX_ALLOWED…
>>> More