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:
Diego E. 'Flameeyes' Pettenò 2008-11-21 01:08:42 +01:00
parent a42def6e9c
commit ca133ff6a2
4 changed files with 321 additions and 1 deletions

View file

@ -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