mirror of
https://github.com/systemd/systemd.git
synced 2024-11-08 11:27:32 +03:00
Merge pull request #298 from zonque/intltool
build-sys: bring back an intltool-update workaround
This commit is contained in:
commit
a38d92691f
@ -1430,6 +1430,11 @@ AS_IF([test "x${enable_split_usr}" = "xyes"], [
|
||||
])
|
||||
AM_CONDITIONAL(ENABLE_SPLIT_USR, [test "x${enable_split_usr}" = "xyes"])
|
||||
|
||||
# work around intltool-update issues during 'make distcheck'
|
||||
AS_IF([test "x$0" != "x./configure"], [
|
||||
AC_SUBST([INTLTOOL_UPDATE], [/bin/true])
|
||||
])
|
||||
|
||||
# QEMU and OVMF UEFI firmware
|
||||
AS_IF([test x"$cross_compiling" = "xyes"], [], [
|
||||
AC_PATH_PROG([QEMU], [qemu-system-x86_64])
|
||||
|
Loading…
Reference in New Issue
Block a user