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

index 4015ef977ef054395ec69e7bc0e1bc46d9917b8b..a238b660ee84492ae462f23823fbfcdf7ed27e3b 100644 (file)
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTS= gnu
+AUTOMAKE_OPTIONS = gnu
 NAME=srtp
 
 AM_CFLAGS    = $(new_AM_CFLAGS) -I./src -Icrypto/include -I$(srcdir)/include -I$(srcdir)/crypto/include
index 05624ba7e9af1765ac2e7b716346f893087a214b..2651f2714fc02572411131812e76fca7147fc130 100644 (file)
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTS= gnu
+AUTOMAKE_OPTIONS = gnu
 AM_CFLAGS    = $(new_AM_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/crypto/include
 AM_CPPFLAGS  = $(AM_CFLAGS)
 AM_LDFLAGS   = $(new_AM_LDFLAGS) -L$(srcdir) -lsrtp