Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 203203
Collapse All | Expand All

(-)../dpkg-1.14.12-orig/configure.ac (+7 lines)
Lines 49-54 Link Here
49
esac])
49
esac])
50
AC_SUBST(admindir)
50
AC_SUBST(admindir)
51
51
52
# Allow manpage regeneration to be disabled
53
AC_ARG_WITH(po4a,
54
	AS_HELP_STRING([--without-po4a],
55
		       [disable man page regeneration with po4a]),
56
	, [with_po4a=yes])
57
AM_CONDITIONAL(HAVE_PO4A, test "x$with_po4a" != "xno")
58
52
59
53
# Checks for programs.
60
# Checks for programs.
54
AC_PROG_CC
61
AC_PROG_CC
(-)../dpkg-1.14.12-orig/man/Makefile.am (+4 lines)
Lines 1-5 Link Here
1
## Process this file with automake to produce Makefile.in
1
## Process this file with automake to produce Makefile.in
2
2
3
if HAVE_PO4A
4
3
all-local: man.stamp
5
all-local: man.stamp
4
6
5
# FIXME: Use a stamp file until po4a supports them internally.
7
# FIXME: Use a stamp file until po4a supports them internally.
Lines 18-23 Link Here
18
		po4a --no-backups --force --variable srcdir=../../man \
20
		po4a --no-backups --force --variable srcdir=../../man \
19
			./po4a.cfg 
21
			./po4a.cfg 
20
22
23
endif  # HAVE_PO4A
24
21
# Extract the list of languages from the po4a config file.
25
# Extract the list of languages from the po4a config file.
22
LINGUAS = $(shell sed -ne 's/^.*\[po4a_langs\] \(.*\)$$/\1/p' $(srcdir)/po/po4a.cfg)
26
LINGUAS = $(shell sed -ne 's/^.*\[po4a_langs\] \(.*\)$$/\1/p' $(srcdir)/po/po4a.cfg)
23
27

Return to bug 203203