On Tuesday 2012-09-18 21:37, Pablo Neira Ayuso wrote: > >This contribution reached netfilter-core mailing list. > > --- ulogd-2.0.0.orig/configure.ac 2012-06-17 13:01:58.000000000 +0200 > +++ ulogd-2.0.0/configure.ac 2012-08-29 13:11:01.000000000 +0200 > @@ -2,7 +2,7 @@ > AC_PREREQ([2.50]) > AC_INIT([ulogd], [2.0.0]) > AC_CONFIG_AUX_DIR([build-aux]) > -AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.10b]) > +AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.10]) > AC_CONFIG_HEADER([config.h]) > AC_CONFIG_MACRO_DIR([m4]) This should be a separate commit, and explain why this was done. Now that I already looked it up: pkglibexecdir was introduced in automake 1.10b, however, we are no longer using the pkglibexecdir variable since commit ulogd-2.0.0~6, so the requirement is relaxed. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html