This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
RE: patch: stamp-h? files in subdirs
- To: "Derek R. Price" <derek dot price at openavenue dot com>,<automake at gnu dot org>
- Subject: RE: patch: stamp-h? files in subdirs
- From: "Tim Van Holder" <tim dot van dot holder at pandora dot be>
- Date: Wed, 31 Jan 2001 21:14:18 +0100
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
> (_AM_DIRNAME): helper function which basically implements an sh
> `dirname` in m4
Only have 1 problem with it: no support for DOS-style paths (and this is
conveniently not tested in your dirname.test either :-P).
It's bad enough working on patches for proper DOS/Win support when people
AREN'T adding new incompatible macros :-)
Having said that, I haven't sent in a patch for autoconf's AS_DIRNAME yet,
so I suppose it's my fault. I'll just have to make a patch for both
incarnations now.