summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-19 16:42:33 +0200
committerAaron Griffin <aaron@archlinux.org>2006-10-19 16:42:33 +0200
commit001526a67b9ff49f338ac3d532f0df84bddc03cc (patch)
tree1d91b3235391322c03890b94918fac0f594677ec /configure.ac
parentb449761a8b9c65edbf095f671b3fe9e50bc53c22 (diff)
downloadpacman-001526a67b9ff49f338ac3d532f0df84bddc03cc.tar.gz
pacman-001526a67b9ff49f338ac3d532f0df84bddc03cc.tar.xz
Removed three checks for po4a (patching issue)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac42
1 files changed, 0 insertions, 42 deletions
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