X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/b608c76fa5e82b04ceb066f415f8ce3b775ee57f..6a9e942e27f0ca53d26ab2b4c87249dd82014723:/configure.ac diff --git a/configure.ac b/configure.ac index 108201d..75e40e5 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([YAML_MAJOR], 0) m4_define([YAML_MINOR], 1) m4_define([YAML_PATCH], 7) -m4_define([YAML_BUGS], [https://bitbucket.org/xi/libyaml/issues/new]) +m4_define([YAML_BUGS], [https://github.com/yaml/libyaml/issues/new]) # Define the libtool version numbers; check the Autobook, Section 11.4. # Bump the libtool version numbers using the following algorithm: @@ -67,7 +67,7 @@ AC_C_CONST AC_TYPE_SIZE_T # Define Makefiles. -AC_CONFIG_FILES([yaml-0.1.pc include/Makefile src/Makefile Makefile tests/Makefile win32/Makefile]) +AC_CONFIG_FILES([yaml-0.1.pc include/Makefile src/Makefile Makefile tests/Makefile]) # Generate the "configure" script. AC_OUTPUT