提交 dbe2c21a 编写于 作者: D Daniel Veillard

* configure.in: adding --without-depends to make dist on non

  Xenified machine.
Daniel
上级 2380f6b2
Fri Dec 9 11:15:41 CET 2005 Daniel Veillard <veillard@redhat.com>
* configure.in: adding --without-depends to make dist on non
Xenified machine.
Fri Dec 9 00:47:12 CET 2005 Daniel Veillard <veillard@redhat.com> Fri Dec 9 00:47:12 CET 2005 Daniel Veillard <veillard@redhat.com>
* Makefile.am include/libvir.h.in libvir.pc.in: various fixes. * Makefile.am include/libvir.h.in libvir.pc.in: various fixes.
......
...@@ -78,6 +78,15 @@ dnl ...@@ -78,6 +78,15 @@ dnl
CFLAGS="-g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall" CFLAGS="-g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall"
fi fi
dnl
dnl To be able to make dist on a non-xenified host
dnl
AC_ARG_WITH(depends,
[ --with-depends check for dependancies (on)])
if test "$with_depends" != "no"
then
dnl search for the Xen store library dnl search for the Xen store library
AC_SEARCH_LIBS(xs_read, [xenstore], [], [AC_MSG_ERROR([Xen store library not found])]) AC_SEARCH_LIBS(xs_read, [xenstore], [], [AC_MSG_ERROR([Xen store library not found])])
...@@ -92,5 +101,8 @@ AC_CHECK_LIB(readline, main, ...@@ -92,5 +101,8 @@ AC_CHECK_LIB(readline, main,
[$VIRSH_LIBS]) [$VIRSH_LIBS])
AC_SUBST(VIRSH_LIBS) AC_SUBST(VIRSH_LIBS)
# end of if with_depends
fi
AC_OUTPUT(Makefile src/Makefile include/Makefile docs/Makefile \ AC_OUTPUT(Makefile src/Makefile include/Makefile docs/Makefile \
libvir.pc libvir.spec include/libvir.h) libvir.pc libvir.spec include/libvir.h)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册