Re: hello/configure.ac

2006-08-09 Thread Karl Berry
AC_PROG_RANLIB This is not needed any more. Great, thanks.

hello/configure.ac

2006-08-09 Thread Bruno Haible
Hello Karl, hello/configure.ac has this: # Since we make a helper library. AC_PROG_RANLIB This is not needed any more. The helper library is made through gnulib, and gnulib-tool already puts AC_PROG_RANLIB in its gl_EARLY macro. Bruno