]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* autogen.sh configure.in: fixed snapshot autogeneration, had to
authorDaniel Veillard <veillard@redhat.com>
Fri, 10 Feb 2006 08:40:20 +0000 (08:40 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 10 Feb 2006 08:40:20 +0000 (08:40 +0000)
  tweak a few things
Daniel

ChangeLog
autogen.sh
config.h.in
configure.in
docs/libvirt-api.xml

index fec60055099bda3916047116b81db0443357e395..e94d7054b85c69983cc80b86a76b5f190367e8ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 10 09:39:23 CET 2006 Daniel Veillard <veillard@redhat.com>
+
+       * autogen.sh configure.in: fixed snapshot autogeneration, had to
+         tweak a few things
+
 Wed Feb  8 11:43:43 EST 2006 Daniel Veillard <veillard@redhat.com>
 
        * //* : renamed the project libvirt , this affects all makefiles,
index 7e8656595c60a5c2af09340366e88897271c23d9..3dc5b82b27f4247439d52de1c655d44c330a0487 100755 (executable)
@@ -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."
index e60df8a8820306e0f893f0472c9a0845e3119a4e..052cfdde63300888951a7b2584f7c7d4383f04d3 100644 (file)
@@ -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
index 48e92e9f67b9f12a30af9a7195c0d81a2c4c6fe6..fd907289ba119f7d18221b1991eff06ad144fd3a 100644 (file)
@@ -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 \
index 450487ac427b00add9cc3cc15da2f95c882f3733..33fc1e59bdadc07e8adcf38f8601d0c777a343f1 100644 (file)
      <exports symbol='_virDomainInfo' type='struct'/>
      <exports symbol='_virDomainKernel' type='struct'/>
      <exports symbol='virDomainGetInfo' type='function'/>
+     <exports symbol='virDomainFree' type='function'/>
+     <exports symbol='virConnectOpen' type='function'/>
+     <exports symbol='virDomainSuspend' type='function'/>
      <exports symbol='virDomainShutdown' type='function'/>
      <exports symbol='virGetVersion' type='function'/>
      <exports symbol='virDomainLookupByName' type='function'/>
+     <exports symbol='virDomainCreateLinux' type='function'/>
+     <exports symbol='virConnectClose' type='function'/>
      <exports symbol='virDomainRestore' type='function'/>
      <exports symbol='virConnectGetType' type='function'/>
      <exports symbol='virDomainSave' type='function'/>
+     <exports symbol='virDomainGetID' type='function'/>
+     <exports symbol='virDomainResume' type='function'/>
      <exports symbol='virConnectListDomains' type='function'/>
+     <exports symbol='virDomainDestroy' type='function'/>
      <exports symbol='virDomainLookupByID' type='function'/>
      <exports symbol='virDomainGetOSType' type='function'/>
+     <exports symbol='virDomainGetXMLDesc' type='function'/>
      <exports symbol='virConnectNumOfDomains' type='function'/>
      <exports symbol='virDomainSetMaxMemory' type='function'/>
+     <exports symbol='virConnectOpenReadOnly' type='function'/>
+     <exports symbol='virDomainGetName' type='function'/>
      <exports symbol='virDomainGetMaxMemory' type='function'/>
      <exports symbol='virConnectGetVersion' type='function'/>
-     <exports symbol='virDomainFree' type='function'/>
-     <exports symbol='virConnectOpen' type='function'/>
-     <exports symbol='virDomainSuspend' type='function'/>
-     <exports symbol='virConnectClose' type='function'/>
-     <exports symbol='virDomainGetID' type='function'/>
-     <exports symbol='virDomainResume' type='function'/>
-     <exports symbol='virDomainCreateLinux' type='function'/>
-     <exports symbol='virDomainDestroy' type='function'/>
-     <exports symbol='virDomainGetXMLDesc' type='function'/>
-     <exports symbol='virDomainGetName' type='function'/>
-     <exports symbol='virConnectOpenReadOnly' type='function'/>
     </file>
   </files>
   <symbols>