X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=54fca1e047e5cc76bf09a3185a9868237c2ebfb8;hb=3609d7b6848ab3554b7e5a7c67745afd04d1a6df;hp=adf29be9dec6fac0b40f3231930a92470b097eeb;hpb=0f2e0967ddbd2c70e153423cddeb9f184761eb70;p=linux-seccomp.git diff --git a/Makefile.PL b/Makefile.PL index adf29be..54fca1e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,8 +23,8 @@ WriteMakefile( sub MY::postamble { ' -$(MYEXTLIB): libseccomp/configure - cd libseccomp && ./configure && `which gmake || echo $(MAKE)` all +$(MYEXTLIB): libseccomp/configure.ac libseccomp/Makefile.am libseccomp/autogen.sh + cd libseccomp && ./autogen.sh && ./configure && `which gmake || echo $(MAKE)` all ' }