mkdir_p should not fall back to mkinstalldirs

2005-07-29 Thread Stepan Kasal
Hi, is there any reason why mkdir_p still sometimes falls back to mkinstalldirs? I think the code will be nicer if we'll use `install-sh -d' as a universal fallback. Patch attached. Thanks, Stepan Kasal 2005-07-29 Stepan Kasal <[EMAIL PROTECTED]> * m4/mkdirp.m4 (AM_PROG_MKDI

A cosmetic changes to several lib/am/*.am

2005-07-29 Thread Stepan Kasal
Hello, I made a few cosmetic changes. Attached to this mail please find the patch. Besides this, I run `diff -w' before I added this year to copyright lines. This diff shows the chnages better; it is attached, too. Moreover, I noticed that the *.am files often use else :; fi; in

A typo caused test failure

2005-07-29 Thread Stepan Kasal
Hello, library3.test fails; attached please find a patch to fix it. Stepan Kasal 2005-07-29 Stepan Kasal <[EMAIL PROTECTED]> * tests/library3.test: Fix a typo which made the test fail. Index: tests/library3.test === RCS f