X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=19a2c5a7a7bc9ed382c5abd2b208599911f5d5e0;hp=f3235c37bc9651ec71c1cbd08d1dafea57cd6cda;hb=13af3835cdcfbf46c8072b7960d73ae9ca5deb4d;hpb=472722a72df89895bb11a1244eafa7915b1af116 diff --git a/configure.ac b/configure.ac index f3235c3..19a2c5a 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [7]) -m4_define([libguestfs_release], [12]) +m4_define([libguestfs_release], [16]) # extra can be any string m4_define([libguestfs_extra], []) @@ -830,6 +830,11 @@ dnl Library versioning. MAX_PROC_NR=`cat $srcdir/src/MAX_PROC_NR` AC_SUBST(MAX_PROC_NR) +dnl Replace libtool with a wrapper that clobbers dependency_libs in *.la files +dnl http://lists.fedoraproject.org/pipermail/devel/2010-November/146343.html +LIBTOOL='$(SHELL) $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool' +AC_SUBST([LIBTOOL]) + dnl Run in subdirs. if test "x$enable_daemon" = "xyes"; then AC_CONFIG_SUBDIRS([daemon]) @@ -854,7 +859,7 @@ AC_CONFIG_FILES([Makefile ocaml/Makefile ocaml/examples/Makefile perl/Makefile python/Makefile python/examples/Makefile - ruby/Makefile ruby/Rakefile + ruby/Makefile ruby/Rakefile ruby/examples/Makefile java/Makefile haskell/Makefile inspector/Makefile @@ -868,6 +873,8 @@ AC_CONFIG_FILES([Makefile php/Makefile csharp/Makefile cat/Makefile + df/Makefile + rescue/Makefile ocaml/META perl/Makefile.PL]) AC_OUTPUT