From 001526a67b9ff49f338ac3d532f0df84bddc03cc Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 19 Oct 2006 14:42:33 +0000 Subject: Removed three checks for po4a (patching issue) --- configure.ac | 42 ------------------------------------------ 1 file changed, 42 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 26cf1be0..d2234739 100644 --- a/configure.ac +++ b/configure.ac @@ -189,48 +189,6 @@ else POSTATUS="no, disabled by configure" fi -dnl Check for po4a binary -AC_MSG_CHECKING(for support po4a) -if test x$wantpo4a = xyes ; then - AC_CHECK_PROGS([PO4A], [po4a]) - AM_CONDITIONAL(HAS_PO4A, test $PO4A) - if test $PO4A ; then - AC_DEFINE([HAS_PO4A], [TRUE], [Enabled PO4A (localization support for manpages)]) - AC_MSG_RESULT(yes) - POSTATUS="yes, path: `which $PO4A`" - else - AC_DEFINE([HAS_PO4A], [FALSE], [Disabled PO4A (localization support for manpages)]) - AC_MSG_RESULT(no, po4a binary missing) - POSTATUS="no, missing po4a binary" - fi -else - AM_CONDITIONAL(HAS_PO4A, test $PO4A) - AC_DEFINE([HAS_PO4A], [FALSE], [Not specified at configure line]) - AC_MSG_RESULT(not requested by configure) - POSTATUS="no, disabled by configure" -fi - -dnl Check for po4a binary -AC_MSG_CHECKING(for support po4a) -if test x$wantpo4a = xyes ; then - AC_CHECK_PROGS([PO4A], [po4a]) - AM_CONDITIONAL(HAS_PO4A, test $PO4A) - if test $PO4A ; then - AC_DEFINE([HAS_PO4A], [TRUE], [Enabled PO4A (localization support for manpages)]) - AC_MSG_RESULT(yes) - POSTATUS="yes, path: `which $PO4A`" - else - AC_DEFINE([HAS_PO4A], [FALSE], [Disabled PO4A (localization support for manpages)]) - AC_MSG_RESULT(no, po4a binary missing) - POSTATUS="no, missing po4a binary" - fi -else - AM_CONDITIONAL(HAS_PO4A, test $PO4A) - AC_DEFINE([HAS_PO4A], [FALSE], [Not specified at configure line]) - AC_MSG_RESULT(not requested by configure) - POSTATUS="no, disabled by configure" -fi - dnl Check for doxygen support AC_MSG_CHECKING(for support Doxygen) if test x$wantdoxygen = xyes ; then -- cgit v1.2.3-24-g4f1b