* bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.
[deliverable/binutils-gdb.git] / config / cloog.m4
index 96ebd4d134ba1f8f31adf7af6d2f288225956f4d..e1eb9e836012450dd4b0baf2ab6797eee221c5ae 100644 (file)
@@ -38,10 +38,9 @@ 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]]],
+      [set the CLooG BACKEND used to either isl, ppl or ppl-legacy (default)])],
     [ if   test "x${enableval}" = "xisl"; then
        cloog_backend=isl
       elif test "x${enableval}" = "xppl"; then
This page took 0.024402 seconds and 4 git commands to generate.