aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-11-15 16:30:20 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2010-11-15 16:30:20 +0000
commit9965e3cddf54cfb4c45d5004345e490c6ac45124 (patch)
treeb5ea0ad61a5daf0ab68f3a45a77d94147f41ee8c /config
parentd6e524ced59f50ad6ba70dda5195ed5ab78ebee6 (diff)
downloadgcc-9965e3cddf54cfb4c45d5004345e490c6ac45124.zip
gcc-9965e3cddf54cfb4c45d5004345e490c6ac45124.tar.gz
gcc-9965e3cddf54cfb4c45d5004345e490c6ac45124.tar.bz2
configure.ac: Fix spelling in option names.
* configure.ac: Fix spelling in option names. * configure: Regenerated. config/: * cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names. From-SVN: r166758
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/cloog.m44
2 files changed, 6 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 06955a2..4a171be 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-15 Andreas Schwab <schwab@redhat.com>
+
+ * cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names.
+
2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting.
diff --git a/config/cloog.m4 b/config/cloog.m4
index 4936e8a..96ebd4d 100644
--- a/config/cloog.m4
+++ b/config/cloog.m4
@@ -28,11 +28,11 @@ AC_DEFUN([CLOOG_INIT_FLAGS],
[Specify prefix directory for the installed CLooG-PPL package.
Equivalent to --with-cloog-include=PATH/include
plus --with-cloog-lib=PATH/lib])])
- AC_ARG_WITH(cloog_include,
+ AC_ARG_WITH([cloog-include],
[AS_HELP_STRING(
[--with-cloog-include=PATH],
[Specify directory for installed CLooG include files])])
- AC_ARG_WITH(cloog_lib,
+ AC_ARG_WITH([cloog-lib],
[AS_HELP_STRING(
[--with-cloog-lib=PATH],
[Specify the directory for the installed CLooG library])])