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

use AM_SILENT_RULES

This commit is contained in:
Lee Thompson
2013-02-03 00:09:47 -06:00
parent 0370d5b526
commit f62184855b
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ dnl Created autoconf implementation thompson@dtosolutions, 26NOV12
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([parallel-tests]) AM_INIT_AUTOMAKE([parallel-tests])
AM_SILENT_RULES([yes])
AC_PROG_CC AC_PROG_CC
AC_PROG_CC_STDC AC_PROG_CC_STDC
AC_PROG_CPP_WERROR AC_PROG_CPP_WERROR

View File

@@ -12,6 +12,7 @@
#include "frame_layout.h" #include "frame_layout.h"
#include "jv_alloc.h" #include "jv_alloc.h"
#include "jq_parser.h"
#include "locfile.h" #include "locfile.h"
#include "jv.h" #include "jv.h"
#include "jv_aux.h" #include "jv_aux.h"