X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=d613ed32409e58b43998fc92266c775943d84d05;hb=d12e1bae9f7eefbbd1602c38e39a902c4be01fe4;hp=fcbae2a650477c1a07bda8c1ba662cab2c3394b3;hpb=54b67f901d3665da9b141a6e483ce0042a6df372;p=sigrok-firmware.git diff --git a/configure.ac b/configure.ac index fcbae2a..d613ed3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the sigrok-firmware project. ## ## Copyright (C) 2012 Uwe Hermann ## @@ -28,7 +28,7 @@ AC_CONFIG_MACRO_DIR([autostuff]) AC_CONFIG_AUX_DIR([autostuff]) # We require at least automake 1.11 (needed for 'silent rules'). -AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign std-options]) +AM_INIT_AUTOMAKE([1.11 -Wall -Werror check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_PROG_INSTALL @@ -39,7 +39,6 @@ AC_SUBST(MAKEFLAGS, '--no-print-directory') AC_CONFIG_FILES([Makefile asix-sigma/Makefile - nexus-osciprime/Makefile ]) AC_OUTPUT