Build: Use SR_PROG_MAKE_NO_PRINT_DIRECTORY

This commit is contained in:
Daniel Elstner 2015-09-07 23:38:52 +02:00
parent 82b01e42f8
commit 3841c4c58d
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,6 @@
ACLOCAL_AMFLAGS = -I m4
AM_LIBTOOLFLAGS = --silent
MAKEFLAGS = --no-print-directory
FIRMWARE_DIR = $(datadir)/sigrok-firmware

View File

@ -46,7 +46,8 @@ AC_PROG_LN_S
# Required for per-target flags or subdir-objects with C sources.
AM_PROG_CC_C_O
# Check if order-only dependencies are supported.
# Check for optional make features.
SR_PROG_MAKE_NO_PRINT_DIRECTORY
SR_PROG_MAKE_ORDER_ONLY
# Initialize libtool.