mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-11 04:27:44 -05:00
Add the attributes.m4 macro file from xine/lscube.
This is a shared macro file that is currently maintained in both xine and lscube repositories and contains a series of utility macros to check compiler and linker features. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
This commit is contained in:
parent
a42def6e9c
commit
ca133ff6a2
4 changed files with 321 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(src/control/control.c)
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
dnl *************************************************
|
||||
dnl current:revision:age
|
||||
dnl change (without API) = c:r+1:a
|
||||
|
|
@ -45,7 +48,6 @@ dnl Checks for header files.
|
|||
AC_HEADER_STDC
|
||||
AM_CONFIG_HEADER(include/config.h)
|
||||
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_C_CONST
|
||||
AC_C_INLINE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue