On Tue, Jul 8, 2008 at 2:00 AM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > * Ralf Wildenhues wrote on Mon, Jul 07, 2008 at 07:58:01PM CEST: >> You'll want to use something like >> >> install-data-hook: >> mkdir -p $(DESTDIR)$(localstatedir)/run > > Erm, for portability, either $(mkdir_p) (Automake >= 1.10) or > $(mkinstalldirs) (for compatibility with older Automake) instead of > 'mkdir -p'. > > Sorry 'bout that. >
Thank you Ralf
