summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-05 02:50:17 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-09 14:18:02 +0100
commitd0a53cd3ea89c4720c8de645f5347a55653d66d4 (patch)
treebfb821bc9d2fb1b7fbd0678aad6c69046c060776
parentc03ced09c0a36341115f763864f5fed0c5121043 (diff)
downloadqpdf-d0a53cd3ea89c4720c8de645f5347a55653d66d4.tar.zst
Fix typos in configure.ac
-rw-r--r--autofiles.sums4
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac4
-rw-r--r--libqpdf/qpdf/qpdf-config.h.in2
4 files changed, 6 insertions, 6 deletions
diff --git a/autofiles.sums b/autofiles.sums
index 4364df30..55627bee 100644
--- a/autofiles.sums
+++ b/autofiles.sums
@@ -1,6 +1,6 @@
-0d6b963d8ba8188505994a9e954a101da416c13ac18311c032a58cb1083cc96f configure.ac
+0e7c13071bce1494783a7da2be2b8805a9c03118e62126162ae551034882d420 configure.ac
d3f9ee6f6f0846888d9a10fd3dad2e4b1258be84205426cf04d7cef02d61dad7 aclocal.m4
-804845b8bc9de4a6c9e6977285e114bbf6e6c4b5592d1a707a535a45411b6bf2 libqpdf/qpdf/qpdf-config.h.in
+39b7c25e5553cb231b408de5f22b86386e96fb109e2c44371f57c33d4d285725 libqpdf/qpdf/qpdf-config.h.in
5297971a0ef90bcd5563eb3f7127a032bb76d3ae2af7258bf13479caf8983a60 m4/ax_cxx_compile_stdcxx.m4
35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.m4
37f8897d5f68d7d484e5457832a8f190ddb7507fa2a467cb7ee2be40a4364643 m4/libtool.m4
diff --git a/configure b/configure
index d2d21667..ce7a87de 100755
--- a/configure
+++ b/configure
@@ -2787,7 +2787,7 @@ fi
if test "$CHECK_AUTOFILES$AUTOCONF$AUTOHEADER$ACLOCAL$SHA256SUM" = "11111"; then
if ! sha256sum -c autofiles.sums; then
- as_fn_error $? "autofiles are autodated; rerun autogen.sh" "$LINENO" 5
+ as_fn_error $? "autofiles are outdated; rerun autogen.sh" "$LINENO" 5
fi
fi
diff --git a/configure.ac b/configure.ac
index d4e06ddb..c934b31a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_CHECK_PROG(ACLOCAL,aclocal,1,0)
AC_CHECK_PROG(SHA256SUM,sha256sum,1,0)
if test "$CHECK_AUTOFILES$AUTOCONF$AUTOHEADER$ACLOCAL$SHA256SUM" = "11111"; then
if ! sha256sum -c autofiles.sums; then
- AC_MSG_ERROR(autofiles are autodated; rerun autogen.sh)
+ AC_MSG_ERROR(autofiles are outdated; rerun autogen.sh)
fi
fi
@@ -116,7 +116,7 @@ if test "$qpdf_OS_SECURE_RANDOM" = "1"; then
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
- AC_DEFINE([SKIP_OS_SECURE_RANDOM], [1], [Whether to suppres use of OS-provided secure random numbers])
+ AC_DEFINE([SKIP_OS_SECURE_RANDOM], [1], [Whether to suppress use of OS-provided secure random numbers])
fi
AX_RANDOM_DEVICE
diff --git a/libqpdf/qpdf/qpdf-config.h.in b/libqpdf/qpdf/qpdf-config.h.in
index 6f185396..4eeff555 100644
--- a/libqpdf/qpdf/qpdf-config.h.in
+++ b/libqpdf/qpdf/qpdf-config.h.in
@@ -75,7 +75,7 @@
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T
-/* Whether to suppres use of OS-provided secure random numbers */
+/* Whether to suppress use of OS-provided secure random numbers */
#undef SKIP_OS_SECURE_RANDOM
/* Define to 1 if you have the ANSI C header files. */