X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2FMakefile.am;h=e1a645595439f0cb57f12eecfc71d3a3daa921ae;hb=refs%2Ftags%2F1.3.17;hp=c19229008e4134fb6eea31b6ddc4f377321a8338;hpb=a7a88083f0c9d83828dc9154c1c053fcd735d9ba;p=libguestfs.git diff --git a/perl/Makefile.am b/perl/Makefile.am index c192290..e1a6455 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -61,7 +61,8 @@ INSTALLDIRS = site all: Makefile-pl src_deps $(MAKE) -f Makefile-pl -Makefile-pl: Makefile.PL +Makefile-pl: Makefile.PL $(top_srcdir)/src/MAX_PROC_NR + cd $(top_srcdir) && ./config.status --recheck perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) # No! Otherwise it is deleted before the clean-local rule runs.