git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b50a3
)
pardus: Check for cpio in configure.
author
Richard Jones
<rjones@redhat.com>
Tue, 14 Sep 2010 11:24:12 +0000
(12:24 +0100)
committer
Richard Jones
<rjones@redhat.com>
Tue, 14 Sep 2010 11:24:12 +0000
(12:24 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
9a93724
..
422c269
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-201,6
+201,11
@@
AC_CHECK_LIB([portablexdr],[xdrmem_create],[],[
AC_SEARCH_LIBS([xdrmem_create],[rpc xdr nsl])
])
+dnl Check for cpio which isn't in the default Pardus install amazingly.
+AC_CHECK_PROG([CPIO],[cpio],[cpio],[no])
+test "x$CPIO" = "xno" &&
+ AC_MSG_ERROR([cpio must be installed])
+
dnl Check for pod2man and pod2text.
AC_CHECK_PROG([POD2MAN],[pod2man],[pod2man],[no])
test "x$POD2MAN" = "xno" &&