Require automake >= 1.12
[babeltrace.git] / configure.ac
index 8e03697d2c2e4b1c3fce4bce174a020d608d0e0c..a78b876c14a70c4f0bed959432ca4f7c9497e6e0 100644 (file)
@@ -60,7 +60,7 @@ AC_CANONICAL_HOST
 ## Automake base setup ##
 ##                     ##
 
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc])
+AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc])
 AM_MAINTAINER_MODE([enable])
 
 # Enable silent rules if available (Introduced in AM 1.11)
@@ -720,6 +720,7 @@ AC_CONFIG_FILES([
        src/plugins/utils/trimmer/Makefile
        src/py-common/Makefile
        src/python-plugin-provider/Makefile
+       src/param-parse/Makefile
        tests/bitfield/Makefile
        tests/ctf-writer/Makefile
        tests/argpar/Makefile
This page took 0.036915 seconds and 4 git commands to generate.