X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=91e4792509ca0fa458e7c7b8e9d29bbed6762917;hb=ca5239918ce6de45a694610a11678cadc20cf2fb;hp=eeaa988eaf66b7d97ccc5051b2418089fe478815;hpb=8736b6fa7173ddc33687c4bd9e3fb22d65922fd1;p=libguestfs.git diff --git a/configure.ac b/configure.ac index eeaa988..91e4792 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([libguestfs],[1.0.50]) +AC_INIT([libguestfs],[1.0.51]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -497,6 +497,10 @@ fi AM_CONDITIONAL([HAVE_INSPECTOR], [test "x$PERL" != "xno" -a "x$missing_perl_modules" != "xyes"]) +dnl Library versioning. +MAX_PROC_NR=`cat $srcdir/src/MAX_PROC_NR` +AC_SUBST(MAX_PROC_NR) + dnl Run in subdirs. AC_CONFIG_SUBDIRS([daemon])