]> andersk Git - libyaml.git/blobdiff - configure.ac
Fix problems in CI failures (travis and semaphore)
[libyaml.git] / configure.ac
index 2f88f8a345566964de76cce16283a66d9786d453..75e40e5b3af270ceaa198dbc04af8e72354e98a4 100644 (file)
@@ -4,7 +4,7 @@
 m4_define([YAML_MAJOR], 0)
 m4_define([YAML_MINOR], 1)
 m4_define([YAML_PATCH], 7)
-m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])
+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
This page took 0.028447 seconds and 4 git commands to generate.