mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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:
parent
7a6e8ca348
commit
b669b50de2
19 changed files with 22 additions and 21 deletions
|
|
@ -61,7 +61,7 @@ alsa:
|
|||
version.h: stamp-vh alsa
|
||||
@:
|
||||
|
||||
stamp-vh: $(top_builddir)/configure.in
|
||||
stamp-vh: $(top_builddir)/configure.ac
|
||||
@echo "/*" > ver.tmp
|
||||
@echo " * version.h" >> ver.tmp
|
||||
@echo " */" >> ver.tmp
|
||||
|
|
@ -83,7 +83,7 @@ stamp-vh: $(top_builddir)/configure.in
|
|||
echo timestamp > stamp-vh)
|
||||
-@rm -f ver.tmp
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
||||
install-data-hook:
|
||||
test -d $(DESTDIR)$(sysincludedir) || mkdir -p $(DESTDIR)$(sysincludedir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue