Hello,
as part of my work on GNU RPGE, I've had to 'extend' the automake suffix rule
for compiling .c files to .o ones. In the docs, I could not find a variable
containing the default suffix rule for this purpose, so I replaced the
entirity of it. However, doing so causes subtle breakage. In pa
Hey,
I use AC_DISABLE_STATIC in configure.in (before AC_PROG_LIBTOOL) to remove
the creation of all the static lib of a project because there are a lot of
creted modules (the static lib is useless for them).
But, for the library itself, i would like to create the static lib.
I tried, in the