bug-autoconf
[Top][All Lists]
Advanced

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

-n option to configure missing


From: Geir Ove Myhr
Subject: -n option to configure missing
Date: Mon, 21 Jan 2002 21:27:25 +0100 (CET)

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 \

--
Geir Ove Myhr
Student - Norwegian University of Science and Technology




reply via email to

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