Merge pull request #88 from ffontaine/master

configure.ac: replace AC_CHECK_FILE
pull/90/head
Dave Vasilevsky 4 years ago committed by GitHub
commit 1d2cec0b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,8 +16,8 @@ AC_PROG_CC_STDC
# Check for a2x only if the man page is missing, i.e. we are building from git. The release tarballs
# are set up to include the man pages. This way, only people creating tarballs via `make dist` and
# people building from git need a2x as a dependency.
AC_CHECK_FILE(
[src/pixz.1],
AS_IF(
[test -f src/pixz.1],
[],
[
AC_ARG_WITH(

Loading…
Cancel
Save