This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Support official CLooG.org versions.


On 11/22/2010 04:29 AM, Andreas Schwab wrote:
Ralf Wildenhues<Ralf.Wildenhues@gmx.de> writes:

--- a/config/cloog.m4
+++ b/config/cloog.m4
@@ -38,10 +38,10 @@ AC_DEFUN([CLOOG_INIT_FLAGS],
        [Specify the directory for the installed CLooG library])])

    AC_ARG_ENABLE(cloog-backend,
-    [  --enable-cloog-backend[=backend]
-				isl: The cloog.org isl backend
-				ppl-legacy: The legacy ppl backend - default
-				ppl: The cloog.org ppl backend],
+    [AS_HELP_STRING(
+      [--enable-cloog-backend[=backend]],

Please use either [--enable-cloog-backend[[=BACKEND]]],

IMHO this is better (the whole argument is a fixed string):


[[--enable-cloog-backend[=BACKEND]]],

I just tried this and autoconf is generating the exact same configure file for this. Do you want me to change it anyways?


Cheers
Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]