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
This commit is contained in:
parent
d6e524ced5
commit
9965e3cddf
@ -1,3 +1,8 @@
|
||||
2010-11-15 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* configure.ac: Fix spelling in option names.
|
||||
* configure: Regenerated.
|
||||
|
||||
2010-11-13 Georg-Johann Lay <georgjohann@web.de>
|
||||
|
||||
PR bootstrap/39622
|
||||
|
@ -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.
|
||||
|
@ -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])])
|
||||
|
20
configure
vendored
20
configure
vendored
@ -5123,13 +5123,13 @@ if test "${with_mpc+set}" = set; then :
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-mpc_include was given.
|
||||
# Check whether --with-mpc-include was given.
|
||||
if test "${with_mpc_include+set}" = set; then :
|
||||
withval=$with_mpc_include;
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-mpc_lib was given.
|
||||
# Check whether --with-mpc-lib was given.
|
||||
if test "${with_mpc_lib+set}" = set; then :
|
||||
withval=$with_mpc_lib;
|
||||
fi
|
||||
@ -5172,13 +5172,13 @@ if test "${with_mpfr+set}" = set; then :
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-mpfr_include was given.
|
||||
# Check whether --with-mpfr-include was given.
|
||||
if test "${with_mpfr_include+set}" = set; then :
|
||||
withval=$with_mpfr_include;
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-mpfr_lib was given.
|
||||
# Check whether --with-mpfr-lib was given.
|
||||
if test "${with_mpfr_lib+set}" = set; then :
|
||||
withval=$with_mpfr_lib;
|
||||
fi
|
||||
@ -5221,13 +5221,13 @@ if test "${with_gmp+set}" = set; then :
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-gmp_include was given.
|
||||
# Check whether --with-gmp-include was given.
|
||||
if test "${with_gmp_include+set}" = set; then :
|
||||
withval=$with_gmp_include;
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-gmp_lib was given.
|
||||
# Check whether --with-gmp-lib was given.
|
||||
if test "${with_gmp_lib+set}" = set; then :
|
||||
withval=$with_gmp_lib;
|
||||
fi
|
||||
@ -5580,13 +5580,13 @@ if test "${with_ppl+set}" = set; then :
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-ppl_include was given.
|
||||
# Check whether --with-ppl-include was given.
|
||||
if test "${with_ppl_include+set}" = set; then :
|
||||
withval=$with_ppl_include;
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-ppl_lib was given.
|
||||
# Check whether --with-ppl-lib was given.
|
||||
if test "${with_ppl_lib+set}" = set; then :
|
||||
withval=$with_ppl_lib;
|
||||
fi
|
||||
@ -5669,13 +5669,13 @@ if test "${with_cloog+set}" = set; then :
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-cloog_include was given.
|
||||
# Check whether --with-cloog-include was given.
|
||||
if test "${with_cloog_include+set}" = set; then :
|
||||
withval=$with_cloog_include;
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-cloog_lib was given.
|
||||
# Check whether --with-cloog-lib was given.
|
||||
if test "${with_cloog_lib+set}" = set; then :
|
||||
withval=$with_cloog_lib;
|
||||
fi
|
||||
|
16
configure.ac
16
configure.ac
@ -1273,9 +1273,9 @@ have_gmp=no
|
||||
AC_ARG_WITH(mpc, [ --with-mpc=PATH specify prefix directory for installed MPC package.
|
||||
Equivalent to --with-mpc-include=PATH/include
|
||||
plus --with-mpc-lib=PATH/lib])
|
||||
AC_ARG_WITH(mpc_include, [ --with-mpc-include=PATH
|
||||
AC_ARG_WITH(mpc-include, [ --with-mpc-include=PATH
|
||||
specify directory for installed MPC include files])
|
||||
AC_ARG_WITH(mpc_lib, [ --with-mpc-lib=PATH specify directory for the installed MPC library])
|
||||
AC_ARG_WITH(mpc-lib, [ --with-mpc-lib=PATH specify directory for the installed MPC library])
|
||||
|
||||
if test "x$with_mpc" != x; then
|
||||
gmplibs="-L$with_mpc/lib $gmplibs"
|
||||
@ -1306,9 +1306,9 @@ Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH]))
|
||||
AC_ARG_WITH(mpfr, [ --with-mpfr=PATH specify prefix directory for installed MPFR package.
|
||||
Equivalent to --with-mpfr-include=PATH/include
|
||||
plus --with-mpfr-lib=PATH/lib])
|
||||
AC_ARG_WITH(mpfr_include, [ --with-mpfr-include=PATH
|
||||
AC_ARG_WITH(mpfr-include, [ --with-mpfr-include=PATH
|
||||
specify directory for installed MPFR include files])
|
||||
AC_ARG_WITH(mpfr_lib, [ --with-mpfr-lib=PATH specify directory for the installed MPFR library])
|
||||
AC_ARG_WITH(mpfr-lib, [ --with-mpfr-lib=PATH specify directory for the installed MPFR library])
|
||||
|
||||
if test "x$with_mpfr" != x; then
|
||||
gmplibs="-L$with_mpfr/lib $gmplibs"
|
||||
@ -1339,8 +1339,8 @@ Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH]))
|
||||
AC_ARG_WITH(gmp, [ --with-gmp=PATH specify prefix directory for the installed GMP package.
|
||||
Equivalent to --with-gmp-include=PATH/include
|
||||
plus --with-gmp-lib=PATH/lib])
|
||||
AC_ARG_WITH(gmp_include, [ --with-gmp-include=PATH specify directory for installed GMP include files])
|
||||
AC_ARG_WITH(gmp_lib, [ --with-gmp-lib=PATH specify directory for the installed GMP library])
|
||||
AC_ARG_WITH(gmp-include, [ --with-gmp-include=PATH specify directory for installed GMP include files])
|
||||
AC_ARG_WITH(gmp-lib, [ --with-gmp-lib=PATH specify directory for the installed GMP library])
|
||||
|
||||
|
||||
if test "x$with_gmp" != x; then
|
||||
@ -1539,8 +1539,8 @@ pplinc=
|
||||
AC_ARG_WITH(ppl, [ --with-ppl=PATH Specify prefix directory for the installed PPL package
|
||||
Equivalent to --with-ppl-include=PATH/include
|
||||
plus --with-ppl-lib=PATH/lib])
|
||||
AC_ARG_WITH(ppl_include, [ --with-ppl-include=PATH Specify directory for installed PPL include files])
|
||||
AC_ARG_WITH(ppl_lib, [ --with-ppl-lib=PATH Specify the directory for the installed PPL library])
|
||||
AC_ARG_WITH(ppl-include, [ --with-ppl-include=PATH Specify directory for installed PPL include files])
|
||||
AC_ARG_WITH(ppl-lib, [ --with-ppl-lib=PATH Specify the directory for the installed PPL library])
|
||||
|
||||
case $with_ppl in
|
||||
no)
|
||||
|
Loading…
Reference in New Issue
Block a user