diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-15 16:30:20 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-15 16:30:20 +0000 |
commit | 73f813e1960ab7073aecc54d9fa2c9d46411079d (patch) | |
tree | b5ea0ad61a5daf0ab68f3a45a77d94147f41ee8c /config | |
parent | 3e8169124814de7bed536c29e20e74bee3770911 (diff) | |
download | gcc-73f813e1960ab7073aecc54d9fa2c9d46411079d.tar.gz |
* configure.ac: Fix spelling in option names.
* configure: Regenerated.
config/:
* cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/cloog.m4 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 06955a2f9a5..4a171bed2b0 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 4936e8a13c9..96ebd4d134b 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])]) |