Re: Qualify message about need to add "lib" to SUBDIRS?

2011-02-26 Thread Reuben Thomas
On 26 February 2011 16:44, Reuben Thomas wrote: > On 26 February 2011 16:40, Reuben Thomas wrote: >> This is correct. However, there is no advice printed to create the >> directory lib/. The two lines of advice that no longer apply are: >> >> [Don't forget to] >>  - add "lib/Makefile" to AC_CONFI

Re: Qualify message about need to add "lib" to SUBDIRS?

2011-02-26 Thread Reuben Thomas
On 26 February 2011 16:40, Reuben Thomas wrote: > This is correct. However, there is no advice printed to create the > directory lib/. The two lines of advice that no longer apply are: > > [Don't forget to] >  - add "lib/Makefile" to AC_CONFIG_FILES in ./configure.ac, >  - mention "lib" in SUBDIRS

Re: Qualify message about need to add "lib" to SUBDIRS?

2011-02-26 Thread Reuben Thomas
On 26 February 2011 02:21, Bruno Haible wrote: > Reuben Thomas wrote: >> I have an autotools project with no C in. I still want to use gnulib's >> maintainer-makefile module, but I don't want to use C. If I leave >> "lib" in the top-level SUBDIRS, then I'm forced to us AC_PROG_CC, or C >> source i

Re: take 4: Add an implementation of canonicalize_file_name for MinGW

2011-02-26 Thread Bruno Haible
Hi Jan, More comments on your mail yesterday: About [PATCH 1/3] tests: Allow GL_RM_RF-macro as a fallback for rm: > > (as Bruno pointed out earlier, the easiest ways to test for mingw > > are msys or cygwin cross-compilation, but it is possible to have > > rm.exe even without those environments)