diff options
author | 2010-04-04 18:54:34 +0000 | |
---|---|---|
committer | 2010-04-04 18:54:34 +0000 | |
commit | a54e69162e0ed3db913c09bd8cc203d41cbe183a (patch) | |
tree | ca4a3495176fa735528357758a21f149462ae77c /sys-power/pm-utils/files | |
parent | Delete calls to deprecated python_version(). (diff) | |
download | gentoo-2-a54e69162e0ed3db913c09bd8cc203d41cbe183a.tar.gz gentoo-2-a54e69162e0ed3db913c09bd8cc203d41cbe183a.tar.bz2 gentoo-2-a54e69162e0ed3db913c09bd8cc203d41cbe183a.zip |
Update patch to work with +doc.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'sys-power/pm-utils/files')
-rw-r--r-- | sys-power/pm-utils/files/1.3.0-fix_autotools.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/pm-utils/files/1.3.0-fix_autotools.patch b/sys-power/pm-utils/files/1.3.0-fix_autotools.patch index 389831b46ff4..b63887db529b 100644 --- a/sys-power/pm-utils/files/1.3.0-fix_autotools.patch +++ b/sys-power/pm-utils/files/1.3.0-fix_autotools.patch @@ -35,13 +35,13 @@ diff -urN pm-utils-1.3.0.old//configure.ac pm-utils-1.3.0/configure.ac + AC_PATH_PROG(XMLTO, xmlto, no) + AS_IF([test "x$MAN" = "xyes"], + [ -+ AS_IF([test "x$XMLTO" != "xyes"], ++ AS_IF([test "x$XMLTO" = "xno"], + [AC_MSG_ERROR([Manpage generating requested but xmlto not found.]) + ]) + ], + [test "x${MAN}" != "xno"], + [ -+ AS_IF([test "x$XMLTO" = "xyes"], ++ AS_IF([test "x$XMLTO" != "xno"], + [MAN="yes"], + [MAN="no"]) + ]) |