Re: [gettext] update .cvsignore files

2005-07-25 Thread Paul Eggert
Re Bruno Haible <[EMAIL PROTECTED]> writes: >> libtool >> -stamp-h >> +stamp-h* >> alloca.h > > I thought that Paul Eggert had submitted, years ago, a patch through which > only a single stamp-h would be created, and no stam

AM_PROG_MKDIR_P overcautious?

2005-07-25 Thread Stepan Kasal
Hello, AM_PROG_MKDIR_P used to define mkdir_p='mkdir -p -- .' But now it sets mkdir_p='mkdir -p --' m4/mkdirp.m4 contains two reasons; and IMHO none of them is valid: # 1. if the package is installed by a user who cannot write `.' # make install will fail, This is based on a bug repo