autotools: update style

- rename configure.in to configure.ac
- replace INCLUDES with AM_CPPFLAGS
- modernize AM_INIT_AUTOMAKE invocation

Signed-off-by: Patrick Welche <prlw1@cam.ac.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Patrick Welche 2014-02-25 12:40:21 +00:00 committed by Takashi Iwai
parent 7a6e8ca348
commit b669b50de2
19 changed files with 22 additions and 21 deletions

View file

@ -87,4 +87,4 @@ instr/libinstr.la:
alisp/libalisp.la:
$(MAKE) -C alisp libalisp.la
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include

View file

@ -8,4 +8,4 @@ noinst_HEADERS = alisp_local.h
all: libalisp.la
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include

View file

@ -15,4 +15,4 @@ noinst_HEADERS = control_local.h
all: libcontrol.la
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include

View file

@ -5,4 +5,4 @@ noinst_HEADERS = hwdep_local.h
all: libhwdep.la
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include

View file

@ -11,4 +11,4 @@ noinst_HEADERS = mixer_local.h mixer_simple.h
all: libmixer.la
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include

View file

@ -114,4 +114,4 @@ alsadir = $(datadir)/alsa
all: libpcm.la
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include

View file

@ -9,4 +9,4 @@ noinst_HEADERS = rawmidi_local.h
all: librawmidi.la
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include

View file

@ -10,4 +10,4 @@ noinst_HEADERS = seq_local.h
all: libseq.la
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include

View file

@ -6,4 +6,4 @@ noinst_HEADERS = timer_local.h
all: libtimer.la
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include

View file

@ -7,4 +7,4 @@ noinst_HEADERS = ucm_local.h
all: libucm.la
INCLUDES=-I$(top_srcdir)/include
AM_CPPFLAGS=-I$(top_srcdir)/include