summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorgrosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-19 22:10:27 +0000
committergrosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-19 22:10:27 +0000
commit8cc5f86b3b194c6bd880cfe1c1be261116e3e130 (patch)
tree2936b70e5706ba5c3489423c23fd37ef569db9e5 /config
parent27b1bdf732a8cec860064d33d7cafe4f6835d3f3 (diff)
downloadppe42-gcc-8cc5f86b3b194c6bd880cfe1c1be261116e3e130.tar.gz
ppe42-gcc-8cc5f86b3b194c6bd880cfe1c1be261116e3e130.zip
* 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.m47
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
OpenPOWER on IntegriCloud