gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding a configure.ac in lib/ and using AC_CONFIG_SUBDIR


From: Simon Josefsson
Subject: Adding a configure.ac in lib/ and using AC_CONFIG_SUBDIR
Date: Thu, 30 Oct 2008 14:17:03 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

I've run into some problems with gnulib for mingw, and the gnulib
recommended approach is that you need one config.h per gnulib-directory.

Right now we have lgl/ for the core libgnutls, libextra/gl/ for
libgnutls-extra, and gl/ for tools and self-tests.  So what is needed is
to move the libgnutls-specific configure.in code into a
lib/configure.ac, and the libgnutls-extra specific configure.in code
into a libextra/configure.ac.  This will make 'autoreconf' and
'configure' take slightly longer, but it allows us to cleanly separate
the projects various tasks, and will make gnulib module work again.

I think it is good timing to make this change early in the current 2.7.x
branch.

Any thoughts or objections?

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]