Hey guys,
what is the best way to use a different source file based on the outcome of
configure? We would like to normailly produce a stubbed out version of a lib
function, and only use the real version when building inside the closed
space
So, we tried:
configure.in:
dnl
dnl Check for LFBL
Tom Tromey wrote:
> > "Derek" == Derek R Price <[EMAIL PROTECTED]> writes:
>
> Derek> Yep. Looks like that could be used by configure to set, say,
> Derek> TEX_TEXINPUTS & PDFTEX_TEXINPUTS and prepend include dirs
> Derek> differently for different targets, but I suspect that if your
> Derek
In message <[EMAIL PROTECTED]>, Alexandre Oliva writes:
>[linking a library from other libraries with no object files]
>
>The point is that this just can't be done portably.
Since libtool's major purpose is to allow libraries to be built using a
portable interface, perhaps it should take care of
Hi,
Since I want to install MySQL++ (the C++ API of MySQL), I need to use automake.
I installed automake, but when I try to run it, the following error occur:
/d/develop/3rdparty/mysql++-1.7.8$ automake
Can't open perl script "/usr/local/bin/automake": No such file or directory
Wha