[5/6] libteletone: 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
87eebb2d1e
commit
21c5cf5d47
|
@ -1,6 +1,6 @@
|
||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
AUTOMAKE_OPTS= gnu
|
AUTOMAKE_OPTIONS = gnu
|
||||||
NAME=teletone
|
NAME=teletone
|
||||||
|
|
||||||
AM_CFLAGS = $(new_AM_CFLAGS) -I./src
|
AM_CFLAGS = $(new_AM_CFLAGS) -I./src
|
||||||
|
|
Loading…
Reference in New Issue