On Friday 10 October 2003 12:58 pm, [EMAIL PROTECTED] wrote:
> Hi to all,
>
> can anyone forward a link to good automake and autoconf tutorials ?
> I need any information about it urgently.
While neither one is complete and up to date on its own, I found it valuable
to use these two in combination
On Wednesday 01 October 2003 12:20 pm, Alain Magloire wrote:
> Bonjour
>
> First, I'm not subscribe to the list ... please CC, thanks.
>
> Question:
> I'm curious on how the autoXXX tools like automake etc .. can
> be integrated nicely part of an IDE. So far what I've seen
> is not sui
Thanks for mail;
You people elected Adolph Hitler Swarzenegger - ENRON BOY
and you will have Rolling Blackout every day from now on;
Until next election; and we will recall this german pig fast;
For now the best we can do is to ignore him and every republican person
and his business; or li
automake-1.7.8/autoconf-2.57/libtool-1.5
in configure.ac (after all the libtool-related macros but before
AC_OUTPUT):
AM_CONDITIONAL(INSTALL_LIBS, test x$enable_shared = xyes)
in Makefile.am:
...
LIBLIST = src/lib/libnALFS.la
LIBLIST += src/handlers/alfs.la
LIBLIST += src/handlers/build.la
LIB