]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[2/6] silk: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS
authorStefan Knoblich <stkn@openisdn.net>
Fri, 4 Nov 2011 13:19:10 +0000 (14:19 +0100)
committerStefan Knoblich <stkn@openisdn.net>
Fri, 4 Nov 2011 13:19:10 +0000 (14:19 +0100)
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 <stkn@openisdn.net>
libs/silk/Makefile.am

index 071f1ecd64586b1b4c2436caa01bdabdc57c8173..ca98d4c97d1c08f29b83a4a64dcba4ab2ca11d4e 100644 (file)
@@ -1,5 +1,5 @@
 AM_CFLAGS = -Isrc -Iinterface -fPIC -O3
-AUTOMAKE_OPTS = gnu
+AUTOMAKE_OPTIONS = gnu
 NAME = libSKP_SILK_SDK
 AM_CPPFLAGS = $(AM_CFLAGS)