Source: anyremote
Version: 6.7.1-1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

anyremote fails to cross build from source. The cause is best described
in lintian tag autotools-pkg-config-macro-not-cross-compilation-safe.
The attached patch fixes that. Please consider applying it.

Helmut
--- anyremote-6.7.1.orig/configure.ac
+++ anyremote-6.7.1/configure.ac
@@ -62,7 +62,7 @@
 AC_FUNC_REALLOC
 AC_CHECK_FUNCS([bzero gethostbyname gettimeofday inet_ntoa isascii memset mkdir regcomp select socket strchr strdup strerror strrchr strstr strtol])
 
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no) 
+PKG_PROG_PKG_CONFIG
 
 #AC_CONFIG_FILES([Makefile
 #                 src/Makefile])

Reply via email to