Hi,
I am working on a portable plugin framework that relies on the autoconf,
automake, libtool trio to achieve maximum portability. The framework builds
the plugins as runtime dynamically linked modules with the following:
lib_LTLIBRARIES = module.la
module_la_SOURCES = module.cxx
module
Ralf Corsepius <[EMAIL PROTECTED]> writes:
>
> To check for C++-headers you normally have to tell the configure script
> to switch languages/compilers.
>
> Example:
> # This uses the c-compiler
> AC_CHECK_HEADERS([limits.h])
>
> # This uses the c++-compiler
> AC_LANG_PUSH([C++])
> AC_CHECK_HEADERS
Hi folks,
Stepan Kasal wrote:
>
> I committed the patch attached to this mail.
>
Could you please apply the attached patch as well? It is
necessary on Windows to detect '\' as a directory path
separator.
Many thanx
Harri
--- compile~ 2005-10-24 12:03:48.0 +0200
+++ compile 2005-10-26