autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoreconf -s


From: Tim Van Holder
Subject: Re: autoreconf -s
Date: 24 Sep 2002 15:28:24 +0200

On Tue, 2002-09-24 at 13:41, Akim Demaille wrote:
> | Hi,
> | What is autoreconf -s meant to do?
> | 
> | Is autoreconf's "-s" actually meant to be a switch to autoreconf's "-i"
> | flag? 
> | 
> | In this case, autoreconf --help is misleading:
> | 
> | # autoreconf --help
> | Usage: /opt/gnu/bin/autoreconf [OPTION] ... [CONFIGURE-AC or DIRECTORY]
> | [..]
> |   -i, --install   copy missing auxiliary files
> |   -s, --symlink   instead of copying, install symbolic links
> | [..]
> | 
> | It also would mean that running "autoreconf -s" (Without further
> | options) is meaningless.
> 
> You are right, thanks!  What would you do?  Change -s to => -i?

Easiest would be to change the usage text from

  -i, --install   copy missing auxiliary files
  -s, --symlink   instead of copying, install symbolic links

to

  -i, --install   copy missing auxiliary files
  -s, --symlink   create symbolic links to missing auxiliary files

> Change the doc?  Patch are welcome :)

(deliberately not in diff form :-P )






reply via email to

[Prev in Thread] Current Thread [Next in Thread]