]> andersk Git - libyaml.git/blobdiff - configure.ac
build: do not install config.h
[libyaml.git] / configure.ac
index 75e40e5b3af270ceaa198dbc04af8e72354e98a4..8139c77c9cac84765e077d1e68ccfc7832e4683a 100644 (file)
@@ -2,8 +2,8 @@
 
 # Define the package version numbers and the bug reporting link.
 m4_define([YAML_MAJOR], 0)
-m4_define([YAML_MINOR], 1)
-m4_define([YAML_PATCH], 7)
+m4_define([YAML_MINOR], 2)
+m4_define([YAML_PATCH], 1)
 m4_define([YAML_BUGS], [https://github.com/yaml/libyaml/issues/new])
 
 # Define the libtool version numbers; check the Autobook, Section 11.4.
@@ -26,7 +26,7 @@ m4_define([YAML_AGE], 0)
 AC_PREREQ(2.59)
 AC_INIT([yaml], [YAML_MAJOR.YAML_MINOR.YAML_PATCH], [YAML_BUGS])
 AC_CONFIG_AUX_DIR([config])
-AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_HEADERS([include/config.h])
 AM_INIT_AUTOMAKE([1.9 foreign])
 
 # Define macro variables for the package version numbers.
This page took 0.026112 seconds and 4 git commands to generate.