Skip to content
Snippets Groups Projects
Commit 7eee0003 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Enable dist-bzip2 in addition to gz and xz formats.

parent e934d1c3
No related merge requests found
......@@ -2,7 +2,7 @@
AC_PREREQ([2.60])
AC_INIT([knot], [1.3.0-dev], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnu subdir-objects dist-xz -Wall -Werror])
AM_INIT_AUTOMAKE([gnu subdir-objects dist-bzip2 dist-xz -Wall -Werror])
AC_CONFIG_SRCDIR([src/knot/main.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_MACRO_DIR([m4])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment