[1/6] FreeSWITCH: 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 <stkn@openisdn.net>
This commit is contained in:
parent
3ecddde752
commit
b3c3810a64
|
@ -1,6 +1,6 @@
|
|||
EXTRA_DIST =
|
||||
SUBDIRS = . src
|
||||
AUTOMAKE_OPTS = foreign
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
NAME = freeswitch
|
||||
|
||||
AM_CFLAGS = $(SWITCH_AM_CFLAGS) $(SWITCH_ANSI_CFLAGS)
|
||||
|
|
Loading…
Reference in New Issue