From: Stefan Knoblich Date: Fri, 4 Nov 2011 13:12:13 +0000 (+0100) Subject: [1/6] FreeSWITCH: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS X-Git-Tag: v1.2-rc1~27^2~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c3810a6476937500f0cc3b6986fd31aa0b33ce;p=thirdparty%2Ffreeswitch.git [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 --- diff --git a/Makefile.am b/Makefile.am index 50cf65fc7a..e26b21e0c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = SUBDIRS = . src -AUTOMAKE_OPTS = foreign +AUTOMAKE_OPTIONS = foreign NAME = freeswitch AM_CFLAGS = $(SWITCH_AM_CFLAGS) $(SWITCH_ANSI_CFLAGS)