From 21c5cf5d478812b117038776967e0bab903a512e Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Fri, 4 Nov 2011 14:21:37 +0100 Subject: [PATCH] [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 --- libs/libteletone/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libteletone/Makefile.am b/libs/libteletone/Makefile.am index 6175c2fa33..7fd489c721 100644 --- a/libs/libteletone/Makefile.am +++ b/libs/libteletone/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = SUBDIRS = -AUTOMAKE_OPTS= gnu +AUTOMAKE_OPTIONS = gnu NAME=teletone AM_CFLAGS = $(new_AM_CFLAGS) -I./src