bug-autoconf
[Top][All Lists]
Advanced

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

Re: -n option to configure missing


From: Akim Demaille
Subject: Re: -n option to configure missing
Date: 22 Jan 2002 10:45:36 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

| In the file : [GNU CVS]/autoconf/lib/autoconf/general.m4
| (1.782) it is referred to the configure option -n in line
| 959, which is output from every 'configure --help' generated
| with autoconf:
|   -n, --no-create         do not create output files
| 
| But the configure script do not accept the -n option. The
| fix should be trivial:
| 
| --- general.m4.cvs-1.782        Mon Jan 21 21:11:31 2002
| +++ general.m4  Mon Jan 21 21:13:04 2002
| @@ -709,7 +709,7 @@
|      with_fp=no ;;
| 
|    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
| -  | --no-cr | --no-c)
| +  | --no-cr | --no-c | -n)
|      no_create=yes ;;
| 
|    -no-recursion | --no-recursion | --no-recursio | --no-recursi \

Thanks!



reply via email to

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