X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=f788ad8cf50d8c40c72a63a4efd9f39b445487a1;hb=627ed783e794382024ef52743e292375c851099f;hp=ae466c9cbdebcbf0a770b101bcab8cd5127248b8;hpb=b6efd7061d22b599a895a69c5b37e7c8623a2619;p=sigrok-firmware.git diff --git a/configure.ac b/configure.ac index ae466c9..f788ad8 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 ## @@ -23,23 +23,13 @@ AC_PREREQ([2.63]) AC_INIT([sigrok-firmware], [0.1.0], [sigrok-devel@lists.sourceforge.net], [sigrok-firmware], [http://www.sigrok.org]) -AC_CONFIG_HEADER([config.h]) -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]) -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +AM_INIT_AUTOMAKE([1.11 -Wall -Werror no-define nostdinc check-news]) +AM_SILENT_RULES([yes]) AC_PROG_INSTALL -AC_PROG_LN_S - -AC_SUBST(FIRMWARE_DIR, "$datadir/sigrok-firmware") -AC_SUBST(MAKEFLAGS, '--no-print-directory') - -AC_CONFIG_FILES([Makefile - asix-sigma/Makefile - ]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT -