Ralf Wildenhues wrote:
* Sam Steingold wrote on Wed, Feb 24, 2010 at 01:15:13AM CET:
On 2/23/10, Bruno Haible wrote:
Autoconf requires it to be constant. You specify it through the
AC_CONFIG_AUX_DIR macro. In other words, if you add to
clisp/modules/syscalls/configure.ac
the line
AC_CON
Since I use gnulib in several sub-modules, I need to avoid conflicts between
different gnulib imports.
thus I need to make all those _GL_* constants module-specific.
thus I need gnulib-tool to accept a --macro-prefix option and this patch:
iff --git a/gnulib-tool b/gnulib-tool
index ea451ec..6ed
Sam Steingold writes:
> Since I use gnulib in several sub-modules, I need to avoid conflicts
> between different gnulib imports.
> thus I need to make all those _GL_* constants module-specific.
> thus I need gnulib-tool to accept a --macro-prefix option and this patch:
I believe the recommended
On 2/26/10, Simon Josefsson wrote:
> Sam Steingold writes:
>
> > Since I use gnulib in several sub-modules, I need to avoid conflicts
> > between different gnulib imports.
> > thus I need to make all those _GL_* constants module-specific.
> > thus I need gnulib-tool to accept a --macro-prefix
Hi All,
I'm wondering whether its feasible to use gnulib in a project that
doesn't use autoconf/automake? Would it be easier to first auto* the
project and then add gnulib?
Thanks
-Ben