Ben Pfaff wrote:
> It seems that what is left is:
> 
>         - Prepare a gnulib module that encapsulates the lib and
>           m4 files that are needed and makes the proper Autoconf
>           calls.
> 
>         - Adding support to Automake to avoid the need to add or
>           modify rules for relocatability.
> 
> Does that look accurate?

Yes, that's it essentially. When you look at
  http://lists.gnu.org/archive/html/bug-gnulib/2003-03/msg00020.html
you see that the points
  - config.libpath, reloc-ldflags, install-reloc,
  - lib/ sources,
  - lib/Makefile.am,
  - m4/ macros,
  - m4/Makefile.am,
  - configure.ac
can all be accomodated into a gnulib module. The section "Your sources"
should probably be documented in a .texi file, and the section
"Your Makefile.am" is automake work.

The best starting point is probably the gettext-runtime/src/Makefile.am in
the gettext CVS, together with a fresh GNU hello for making experiments.

> I'm willing to work on this, as it should be useful to me.

Wonderful!!

Bruno



Reply via email to