1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Merge pull request #701 from sseemayer/master

Correct automake and autoconf version requirements
This commit is contained in:
Nico Williams
2015-02-18 10:00:23 -06:00

View File

@@ -7,9 +7,9 @@ m4_include([m4/ax_compare_version.m4])
m4_include([m4/ax_prog_bison_version.m4]) m4_include([m4/ax_prog_bison_version.m4])
dnl Created autoconf implementation thompson@dtosolutions, 26NOV12 dnl Created autoconf implementation thompson@dtosolutions, 26NOV12
AC_PREREQ([2.61]) AC_PREREQ([2.64])
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([parallel-tests foreign -Wall]) AM_INIT_AUTOMAKE([1.11.2 parallel-tests foreign -Wall])
AM_SILENT_RULES([yes]) AM_SILENT_RULES([yes])
AM_PROG_AR AM_PROG_AR
AM_MAINTAINER_MODE([enable]) AM_MAINTAINER_MODE([enable])