Skip to content
Snippets Groups Projects
Commit 5dc0786c authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Lowered autotools version requirements.

parent a8a5b396
No related branches found
No related tags found
No related merge requests found
# -*- Autoconf -*-
AC_PREREQ([2.67])
AC_PREREQ([2.65])
AC_INIT([knot], [0.2], [bug-me-knot@nic.cz])
AM_INIT_AUTOMAKE([gnu -Wall -Werror])
AC_CONFIG_SRCDIR([src/knot/main.c])
......
......@@ -4,6 +4,7 @@ libexec_PROGRAMS = knot-zcompile unittests unittests-zcompile
sbin_PROGRAMS = knotd
# $(YACC) will generate header file
AM_CFLAGS = -Wall
AM_YFLAGS = -d
libknot_la_YFLAGS = -pcf_ -d
libknot_la_LFLAGS = # TODO: reentrant parser, prefix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment