summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-07-17 17:39:49 +0200
committerPeter Simons <simons@cryp.to>2011-07-17 17:48:52 +0200
commit756c399edef5a71f73f05b61cefde0ba4842e6c5 (patch)
treeb52a0e1cd1a85aad93a947c08078322a4ce0eb3d
parent787ae2d35c7bf6b6a52a802a281b9f347137b551 (diff)
downloadautoconf-archive-2011.07.17.tar.gz
Fixed minor spelling errors detected by gnulib's QA module.v2011.07.17
-rw-r--r--m4/ax_ac_print_to_file.m48
-rw-r--r--m4/ax_check_mysql.m46
-rw-r--r--m4/ax_create_stdint_h.m44
-rw-r--r--m4/ax_define_sub_path.m46
-rw-r--r--m4/ax_gcc_archflag.m44
-rw-r--r--m4/ax_lib_sqlite3.m44
-rw-r--r--m4/ax_pkg_mico.m48
-rw-r--r--m4/ax_prog_xsltproc.m44
-rw-r--r--m4/ax_set_default_paths_system.m44
9 files changed, 24 insertions, 24 deletions
diff --git a/m4/ax_ac_print_to_file.m4 b/m4/ax_ac_print_to_file.m4
index 25ac0dd..cf807d7 100644
--- a/m4/ax_ac_print_to_file.m4
+++ b/m4/ax_ac_print_to_file.m4
@@ -8,9 +8,9 @@
#
# DESCRIPTION
#
-# Writes the specified data to the specified file when Autoconf is is run.
-# If you want to print to a file when configure is run use
-# AX_PRINT_TO_FILE instead.
+# Writes the specified data to the specified file when Autoconf is run. If
+# you want to print to a file when configure is run use AX_PRINT_TO_FILE
+# instead.
#
# LICENSE
#
@@ -21,7 +21,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 7
+#serial 8
AC_DEFUN([AX_AC_PRINT_TO_FILE],[
m4_esyscmd(
diff --git a/m4/ax_check_mysql.m4 b/m4/ax_check_mysql.m4
index 7c57300..80e31ad 100644
--- a/m4/ax_check_mysql.m4
+++ b/m4/ax_check_mysql.m4
@@ -16,7 +16,7 @@
#
# In detail, AX_CHECK_MYSQL will automatically look for a MySQL
# installation in the directories that a mysql source or binary install
-# typically install to. AX_CHECK_MYSQL will throw an error if it can not
+# typically install to. AX_CHECK_MYSQL will throw an error if it cannot
# find one, and it is required.
#
# AX_CHECK_MYSQL can also check for specific variables passed regarding a
@@ -58,7 +58,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 1
+#serial 2
AC_ARG_WITH(mysql,AS_HELP_STRING([--with-mysql],[root of the MySQL installation]))
AC_ARG_WITH(mysql_plugin,AS_HELP_STRING([--with-mysql-plugin],[path to the MySQL installation plugin directory]))
@@ -199,7 +199,7 @@ AC_DEFUN([AX_CHECK_MYSQL],[
fi
- # If MySQL still can not find a valid installation, an error/warning message is thrown.
+ # If MySQL still cannot find a valid installation, an error/warning message is thrown.
AC_SUBST(MYSQL,$mysql_test)
if test "$mysql_issue" != ""
then
diff --git a/m4/ax_create_stdint_h.m4 b/m4/ax_create_stdint_h.m4
index 74cf576..33a21f8 100644
--- a/m4/ax_create_stdint_h.m4
+++ b/m4/ax_create_stdint_h.m4
@@ -74,7 +74,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 9
+#serial 10
AC_DEFUN([AX_CHECK_DATA_MODEL],[
AC_CHECK_SIZEOF(char)
@@ -198,7 +198,7 @@ else
AC_MSG_RESULT([$ac_cv_header_stdint (shortcircuit)])
fi
-if test "_$ac_cv_header_stdint_t" = "_" ; then # can not shortcircuit..
+if test "_$ac_cv_header_stdint_t" = "_" ; then # cannot shortcircuit..
dnl .....intro message done, now do a few system checks.....
dnl btw, all old CHECK_TYPE macros do automatically "DEFINE" a type,
diff --git a/m4/ax_define_sub_path.m4 b/m4/ax_define_sub_path.m4
index b9ca279..3ca5c15 100644
--- a/m4/ax_define_sub_path.m4
+++ b/m4/ax_define_sub_path.m4
@@ -11,8 +11,8 @@
# Look at varname and detect the subpath that it contains relative to
# $prefix/$exec_prefix. If the path is indeed relative to
# $prefix/$exec_prefix, then a single "./" (dotslash) is prepended,
-# otherwise it can be seen as an absolute path that can not be moved,
-# which you possibly do for "/etc" files, or even those ending up in
+# otherwise it can be seen as an absolute path that cannot be moved, which
+# you possibly do for "/etc" files, or even those ending up in
# "/lib/modules" or "/winnt/system".
#
# This macro is not very intelligent, it's just a first try in this
@@ -79,7 +79,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 7
+#serial 8
AU_ALIAS([AC_DEFINE_SUB_PATH], [AX_DEFINE_SUB_PATH])
AC_DEFUN([AX_DEFINE_SUB_PATH],
diff --git a/m4/ax_gcc_archflag.m4 b/m4/ax_gcc_archflag.m4
index d37a913..6c2673d 100644
--- a/m4/ax_gcc_archflag.m4
+++ b/m4/ax_gcc_archflag.m4
@@ -11,7 +11,7 @@
# This macro tries to guess the "native" arch corresponding to the target
# architecture for use with gcc's -march=arch or -mtune=arch flags. If
# found, the cache variable $ax_cv_gcc_archflag is set to this flag and
-# ACTION-SUCCESS is executed; otherwise $ax_cv_gcc_archflag is is set to
+# ACTION-SUCCESS is executed; otherwise $ax_cv_gcc_archflag is set to
# "unknown" and ACTION-FAILURE is executed. The default ACTION-SUCCESS is
# to add $ax_cv_gcc_archflag to the end of $CFLAGS.
#
@@ -63,7 +63,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 8
+#serial 9
AC_DEFUN([AX_GCC_ARCHFLAG],
[AC_REQUIRE([AC_PROG_CC])
diff --git a/m4/ax_lib_sqlite3.m4 b/m4/ax_lib_sqlite3.m4
index 65ffcfe..2702fce 100644
--- a/m4/ax_lib_sqlite3.m4
+++ b/m4/ax_lib_sqlite3.m4
@@ -36,7 +36,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 10
+#serial 11
AC_DEFUN([AX_LIB_SQLITE3],
[
@@ -143,7 +143,7 @@ AC_DEFUN([AX_LIB_SQLITE3],
if test $ac_sqlite3_version != ""; then
SQLITE3_VERSION=$ac_sqlite3_version
else
- AC_MSG_WARN([Can not find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!])
+ AC_MSG_WARN([Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!])
fi
fi
diff --git a/m4/ax_pkg_mico.m4 b/m4/ax_pkg_mico.m4
index 27ebc3d..61651dc 100644
--- a/m4/ax_pkg_mico.m4
+++ b/m4/ax_pkg_mico.m4
@@ -49,7 +49,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 5
+#serial 6
AU_ALIAS([AC_PKG_MICO], [AX_PKG_MICO])
AC_DEFUN([AX_PKG_MICO],
@@ -88,7 +88,7 @@ AC_ARG_WITH(mico,
case "$withval" in
yes) MICO_URGENCY=required;;
no) if test x$MICO_URGENCY = xrequired; then
- AC_MSG_ERROR("PKG_MICO was configured with the 'required' option. You can not override it from the command line")
+ AC_MSG_ERROR("PKG_MICO was configured with the 'required' option. You cannot override it from the command line")
fi;
;;
*) MICO_URGENCY=required; MICOSETUP="$withval" ;;
@@ -165,7 +165,7 @@ if test x$MICO_URGENCY = xrequired -o x$MICO_URGENCY = xoptional; then
#
AC_PATH_PROG(MICO_CXX, mico-c++, , ${MICODIR}/bin:${MICOSHAREDDIR}/bin)
if test -z "$MICO_CXX"; then
- AC_MSG_ERROR("panic: can not locate and scan the mico script mico-c++")
+ AC_MSG_ERROR("panic: cannot locate and scan the mico script mico-c++")
fi
AC_MSG_CHECKING(if mico was compiled using ministl)
@@ -184,7 +184,7 @@ if test x$MICO_URGENCY = xrequired -o x$MICO_URGENCY = xoptional; then
AC_PATH_PROG(MICO_LD, mico-ld, , ${MICODIR}/bin:${MICOSHAREDDIR}/bin)
if test -z "$MICO_LD"; then
- AC_MSG_ERROR("panic: can not locate and scan the mico script mico-ld")
+ AC_MSG_ERROR("panic: cannot locate and scan the mico script mico-ld")
fi
AC_MSG_CHECKING(mico dependencies)
diff --git a/m4/ax_prog_xsltproc.m4 b/m4/ax_prog_xsltproc.m4
index 5358fe1..4bb2c4f 100644
--- a/m4/ax_prog_xsltproc.m4
+++ b/m4/ax_prog_xsltproc.m4
@@ -52,7 +52,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 4
+#serial 5
AU_ALIAS([AC_PROG_XSLTPROC], [AX_PROG_XSLTPROC])
AC_DEFUN([AX_PROG_XSLTPROC],
@@ -64,7 +64,7 @@ AC_SUBST(XSLTPROC_FLAGS)
# proper formatting.
AC_ARG_WITH(xsltproc,
AS_HELP_STRING([--with-xsltproc[[[[[=PATH]]]]]],
- [Use the xsltproc binary in in PATH.]),
+ [Use the xsltproc binary in PATH.]),
[ ac_with_xsltproc=$withval; ],
[ ac_with_xsltproc=maybe; ])
diff --git a/m4/ax_set_default_paths_system.m4 b/m4/ax_set_default_paths_system.m4
index c8df7e1..03f0b0f 100644
--- a/m4/ax_set_default_paths_system.m4
+++ b/m4/ax_set_default_paths_system.m4
@@ -46,7 +46,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 7
+#serial 8
AU_ALIAS([AC_SET_DEFAULT_PATHS_SYSTEM], [AX_SET_DEFAULT_PATHS_SYSTEM])
AC_DEFUN([AX_SET_DEFAULT_PATHS_SYSTEM],
@@ -116,7 +116,7 @@ case ${result} in
|sed -e 's:^..prefix./etc$:/etc${prefix}:'`
sharedstatedir=`echo $sharedstatedir \
|sed -e 's:^..prefix./com$:/etc/default${prefix}:'`
- # $prefix/var is going to to be /var$prefix... once again
+ # $prefix/var is going to be /var$prefix... once again
localstatedir=`echo $localstatedir \
|sed -e 's:^..prefix./var$:/var${prefix}:'`
# doc files are left at prefix