]> sigrok.org Git - sigrok-gtk.git/blobdiff - configure.ac
README: Add "Copyright and license" section.
[sigrok-gtk.git] / configure.ac
index eaa1d9dc29550ae4377945642cbe20f874de215a..4e8dea88e1686df7d43e560240e3719a60051910 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the sigrok-gtk project.
 ##
 ## Copyright (C) 2010 Bert Vermeulen <bert@biot.com>
 ##
@@ -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 std-options check-news])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AH_TOP([#ifndef SIGROK_GTK_CONFIG_H
@@ -42,6 +42,9 @@ CFLAGS="$CFLAGS -Wall -Wextra"
 AC_PROG_CC
 AC_PROG_INSTALL
 
+# Needed for per-target flags or subdir-objects with C sources.
+AM_PROG_CC_C_O
+
 # Initialize libtool.
 LT_INIT