This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 1.8 and mkdir_p
- From: Bruno Haible <bruno at clisp dot org>
- To: Harlan Stenn <hstenn at cisco dot com>, Scott James Remnant <scott at netsplit dot com>
- Cc: Alexandre Duret-Lutz <adl at src dot lip6 dot fr>, hstenn at cisco dot com, automake at gnu dot org
- Date: Tue, 13 Jan 2004 13:35:05 +0100
- Subject: Re: 1.8 and mkdir_p
- References: <402.1073980732@cisco.com>
Harlan Stenn wrote:
> > The differences between ALL of the various linux-gnu implementations are
> > so slight that they are far more suited to feature tests than something
> > like this.
>
> Are you really serious? ...
>
> - RC files?
> - packaging mechanism?
> - automount filesystem selection based on different OS versions?
These are good examples for how autoconf may be useful:
- RC files: Check for the existence of /{etc,sbin}/{rc.d,init.d}.
- Packaging mechanism: Test for /bin/rpm and {/usr,}/bin/apt
- automount filesystem selection: Check for /afs. Check for
/etc/init.d/autofs or for autofs in /proc/modules. Check for amd...
Remember: an autoconf macro is written once. A list of Linux distributions
that have a particular feature must be maintained forever.
Bruno