X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=91e4792509ca0fa458e7c7b8e9d29bbed6762917;hb=ca5239918ce6de45a694610a11678cadc20cf2fb;hp=11fa957b0610a6426361d57b4f649f569383ff4e;hpb=ace1f0ee2b0a2534e45f14599e38d2d06a03d4d4;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 11fa957..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.48]) +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])