------------------------------------------------------------ revno: 13878 revision-id: squid3@treenet.co.nz-20150801010959-6n3zg72wljdsyytu parent: squid3@treenet.co.nz-20150731201723-u3w17ln5qwyfun1w committer: Amos Jeffries branch nick: 3.5 timestamp: Fri 2015-07-31 18:09:59 -0700 message: Add ENABLE_POD2MAN_DOC automake conditional for pod2man builds ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20150801010959-6n3zg72wljdsyytu # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 6c6a19cd696550fa49e164c84746b11ebdba142e # timestamp: 2015-08-01 01:50:57 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20150731201723-\ # u3w17ln5qwyfun1w # # Begin patch === modified file 'configure.ac' --- configure.ac 2015-07-29 08:51:50 +0000 +++ configure.ac 2015-08-01 01:09:59 +0000 @@ -132,6 +132,7 @@ AC_MSG_FAILURE([Perl is required to compile Squid. Please install Perl and then re-run configure ]) fi AC_PATH_PROG(POD2MAN, pod2man, $FALSE) +AM_CONDITIONAL(ENABLE_POD2MAN_DOC, test "x${ac_cv_path_POD2MAN}" != "x$FALSE") dnl set $(AR) if not provided by the build environment if test "x$AR" = "x"; then