mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 02:02:01 +00:00
[4/6] libdingaling: 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
2474436935
commit
87eebb2d1e
@ -1,6 +1,6 @@
|
|||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
AUTOMAKE_OPTS=foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
NAME=dingaling
|
NAME=dingaling
|
||||||
PREFIX=$(prefix)
|
PREFIX=$(prefix)
|
||||||
TOUCH_TARGET=@if test -f "$@" ; then touch "$@" ; fi ;
|
TOUCH_TARGET=@if test -f "$@" ; then touch "$@" ; fi ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user