summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-08-31 10:49:11 +0100
committerfanquake <fanquake@gmail.com>2022-08-31 10:50:10 +0100
commitbe0ec77bbc7d68041e8abe6a47a915de138608e8 (patch)
treeb66bf251472b41a0f00b8339270c2d1f603d38a6 /m4
parent14d21bf44e83bd87ce550a37b28593b99cae64bd (diff)
downloadautoconf-archive-be0ec77bbc7d68041e8abe6a47a915de138608e8.tar.gz
fix typo in boost_base.m4
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_boost_base.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index 519f1c9..487a02a 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -33,7 +33,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 49
+#serial 50
# example boost program (need to pass version)
m4_define([_AX_BOOST_BASE_PROGRAM],
@@ -128,7 +128,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
)
dnl first we check the system location for boost libraries
- dnl this location ist chosen if boost libraries are installed with the --layout=system option
+ dnl this location is chosen if boost libraries are installed with the --layout=system option
dnl or if you install boost with RPM
AS_IF([test "x$_AX_BOOST_BASE_boost_path" != "x"],[
AC_MSG_CHECKING([for boostlib >= $1 ($WANT_BOOST_VERSION) includes in "$_AX_BOOST_BASE_boost_path/include"])