diff options
author | grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-19 22:10:27 +0000 |
---|---|---|
committer | grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-19 22:10:27 +0000 |
commit | 8cc5f86b3b194c6bd880cfe1c1be261116e3e130 (patch) | |
tree | 2936b70e5706ba5c3489423c23fd37ef569db9e5 /config | |
parent | 27b1bdf732a8cec860064d33d7cafe4f6835d3f3 (diff) | |
download | gcc-8cc5f86b3b194c6bd880cfe1c1be261116e3e130.tar.gz |
* config/cloog.m4: Use AS_HELP_STRING and fix help formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/cloog.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/cloog.m4 b/config/cloog.m4 index 96ebd4d134b..e1eb9e83601 100644 --- a/config/cloog.m4 +++ b/config/cloog.m4 @@ -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 |