Re: Re: HP-UX 11 limits password length to 8 characters
Bruno Haible <[email protected]>
| Newsgroups | gmane.comp.lib.gnulib.bugs,gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Derek Robert Price wrote: > Thanks. I've updated CVS to use the new API, though in this case I am > not sure it was necessary. I had previously simply added getpass.c to > cvslib_a_SOURCES in lib/Makefile.am and called gl_PREREQ_GETPASS > directly from configure.in rather than gl_FUNC_GETPASS. For manually managed modules, that's perfect. The modules/* files are necessary for users of gnulib-tool. Bruno