Fix typos in configure.ac

This commit is contained in:
Jay Berkenbilt 2019-11-04 20:50:17 -05:00
parent c03ced09c0
commit d0a53cd3ea
4 changed files with 6 additions and 6 deletions

View File

@ -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

2
configure vendored
View File

@ -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

View File

@ -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

View File

@ -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. */