From f4ea8abf70fd098a610b576abb772c2447b3c6c6 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Fri, 4 Nov 2011 14:19:10 +0100 Subject: [PATCH] [2/6] silk: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS The latter is a well known automake variable, used to set (per-Makefile) automake options and supported since the beginning of time (= automake 1.4). The former is a made-up variable that doesn't really do anything. Signed-off-by: Stefan Knoblich --- libs/silk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/silk/Makefile.am b/libs/silk/Makefile.am index 071f1ecd64..ca98d4c97d 100644 --- a/libs/silk/Makefile.am +++ b/libs/silk/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS = -Isrc -Iinterface -fPIC -O3 -AUTOMAKE_OPTS = gnu +AUTOMAKE_OPTIONS = gnu NAME = libSKP_SILK_SDK AM_CPPFLAGS = $(AM_CFLAGS)