From 0b2869fb84d9002c9557bf0ad703f0ad682a5eda Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 10 Feb 2006 08:40:20 +0000 Subject: [PATCH] * autogen.sh configure.in: fixed snapshot autogeneration, had to tweak a few things Daniel --- ChangeLog | 5 +++++ autogen.sh | 4 ++-- config.h.in | 5 +---- configure.in | 7 ++++--- docs/libvirt-api.xml | 30 +++++++++++++++--------------- 5 files changed, 27 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index fec6005509..e94d7054b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 10 09:39:23 CET 2006 Daniel Veillard + + * autogen.sh configure.in: fixed snapshot autogeneration, had to + tweak a few things + Wed Feb 8 11:43:43 EST 2006 Daniel Veillard * //* : renamed the project libvirt , this affects all makefiles, diff --git a/autogen.sh b/autogen.sh index 7e8656595c..3dc5b82b27 100755 --- a/autogen.sh +++ b/autogen.sh @@ -36,7 +36,7 @@ if test "$DIE" -eq 1; then exit 1 fi -test -f src/libvir.c || { +test -f src/libvirt.c || { echo "You must run this script in the top-level libxen directory" exit 1 } @@ -61,4 +61,4 @@ fi $srcdir/configure "$@" echo -echo "Now type 'make' to compile libvir." +echo "Now type 'make' to compile libvirt." diff --git a/config.h.in b/config.h.in index e60df8a882..052cfdde63 100644 --- a/config.h.in +++ b/config.h.in @@ -48,7 +48,7 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if the C compiler supports function prototypes. */ +/* Define if compiler has function prototypes */ #undef PROTOTYPES /* Define to 1 if you have the ANSI C header files. */ @@ -56,6 +56,3 @@ /* Version number of package */ #undef VERSION - -/* Define like PROTOTYPES; this can be used by system headers. */ -#undef __PROTOTYPES diff --git a/configure.in b/configure.in index 48e92e9f67..fd907289ba 100644 --- a/configure.in +++ b/configure.in @@ -101,6 +101,9 @@ AC_CHECK_LIB(readline, main, [$VIRSH_LIBS]) AC_SUBST(VIRSH_LIBS) +# end of if with_depends +fi + dnl dnl check for python dnl @@ -184,11 +187,9 @@ AC_SUBST(PYTHON_INCLUDES) AC_SUBST(PYTHON_SITE_PACKAGES) AC_SUBST(PYTHON_SUBDIR) -# end of if with_depends -fi - # very annoying rm -f COPYING +cp COPYING.LIB COPYING AC_OUTPUT(Makefile src/Makefile include/Makefile docs/Makefile \ docs/examples/Makefile \ diff --git a/docs/libvirt-api.xml b/docs/libvirt-api.xml index 450487ac42..33fc1e59bd 100644 --- a/docs/libvirt-api.xml +++ b/docs/libvirt-api.xml @@ -37,30 +37,30 @@ - - - - - - - - - - - - - + + + + + + + - + + + - + + + + +