]> sigrok.org Git - sigrok-firmware.git/blobdiff - configure.ac
Drop nexus-osciprime firmware for now (unused).
[sigrok-firmware.git] / configure.ac
index ca50f97bc4a0005fa76825b319cd57e7136bd088..d613ed32409e58b43998fc92266c775943d84d05 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
 ##
@@ -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 std-options check-news])
+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