Skip to content
Snippets Groups Projects
Commit 30a1a61e authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Merge branch 'autotools-improvements' of /git/repositories/knot

parents e934d1c3 d69bd66b
No related merge requests found
......@@ -2,7 +2,8 @@
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])
AM_SILENT_RULES([yes])
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