X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=42f0127a01051b34deb00f45a75915d4b5aab37e;hp=eeaa988eaf66b7d97ccc5051b2418089fe478815;hb=63d28e74b3a2c4e6f3e31fc1f8e1219a1a943404;hpb=8736b6fa7173ddc33687c4bd9e3fb22d65922fd1 diff --git a/configure.ac b/configure.ac index eeaa988..42f0127 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.52]) 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])