2004-04-02 07:28:53 +08:00
|
|
|
AC_PREREQ(2.50)
|
|
|
|
AC_INIT()
|
2002-12-25 09:05:59 +08:00
|
|
|
|
2008-12-21 05:51:01 +08:00
|
|
|
AM_INIT_AUTOMAKE(bluez, 4.23)
|
2004-04-03 13:13:53 +08:00
|
|
|
AM_CONFIG_HEADER(config.h)
|
2002-03-09 05:10:06 +08:00
|
|
|
|
2004-04-02 07:28:53 +08:00
|
|
|
AM_MAINTAINER_MODE
|
|
|
|
|
2004-08-13 00:00:35 +08:00
|
|
|
AC_INIT_BLUEZ
|
2002-03-23 03:45:46 +08:00
|
|
|
|
2004-04-02 07:28:53 +08:00
|
|
|
AC_LANG_C
|
|
|
|
|
2002-03-09 05:10:06 +08:00
|
|
|
AC_PROG_CC
|
2008-06-16 08:49:28 +08:00
|
|
|
AC_PROG_CC_PIE
|
2002-03-09 05:10:06 +08:00
|
|
|
AC_PROG_INSTALL
|
2002-03-09 05:12:35 +08:00
|
|
|
AC_PROG_YACC
|
|
|
|
AM_PROG_LEX
|
2003-03-31 18:05:12 +08:00
|
|
|
|
2004-07-07 23:56:21 +08:00
|
|
|
m4_define([_LT_AC_TAGCONFIG], [])
|
2004-04-02 07:28:53 +08:00
|
|
|
m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])])
|
2004-03-03 11:56:18 +08:00
|
|
|
|
2005-02-10 08:21:01 +08:00
|
|
|
AC_DISABLE_STATIC
|
2004-03-03 11:56:18 +08:00
|
|
|
AC_PROG_LIBTOOL
|
2002-03-09 05:10:06 +08:00
|
|
|
|
2008-08-15 04:59:09 +08:00
|
|
|
GTK_DOC_CHECK
|
|
|
|
|
2006-08-16 18:54:06 +08:00
|
|
|
AC_FUNC_PPOLL
|
|
|
|
|
2008-10-19 01:03:30 +08:00
|
|
|
AC_CHECK_LIB(dl, dlopen, dummy=yes,
|
|
|
|
AC_MSG_ERROR(dynamic linking loader is required))
|
|
|
|
|
2008-08-06 03:52:39 +08:00
|
|
|
AC_PATH_DBUS
|
2006-08-21 08:55:17 +08:00
|
|
|
AC_PATH_GLIB
|
2007-04-04 17:39:23 +08:00
|
|
|
AC_PATH_ALSA
|
2007-08-25 00:55:28 +08:00
|
|
|
AC_PATH_GSTREAMER
|
2004-07-16 02:29:31 +08:00
|
|
|
AC_PATH_USB
|
2008-05-15 10:39:26 +08:00
|
|
|
AC_PATH_NETLINK
|
2007-10-25 19:06:39 +08:00
|
|
|
AC_PATH_SNDFILE
|
2004-08-13 00:03:09 +08:00
|
|
|
|
2004-08-13 00:00:35 +08:00
|
|
|
AC_ARG_BLUEZ
|
|
|
|
|
2007-01-23 14:38:03 +08:00
|
|
|
AC_OUTPUT([
|
|
|
|
Makefile
|
2008-07-27 01:00:53 +08:00
|
|
|
include/Makefile
|
|
|
|
lib/Makefile
|
2008-05-09 01:36:48 +08:00
|
|
|
gdbus/Makefile
|
2007-01-23 14:38:03 +08:00
|
|
|
common/Makefile
|
2008-07-30 02:35:12 +08:00
|
|
|
src/Makefile
|
|
|
|
sbc/Makefile
|
2008-03-12 03:41:53 +08:00
|
|
|
plugins/Makefile
|
2007-01-23 14:38:03 +08:00
|
|
|
network/Makefile
|
|
|
|
serial/Makefile
|
|
|
|
input/Makefile
|
|
|
|
audio/Makefile
|
|
|
|
tools/Makefile
|
|
|
|
rfcomm/Makefile
|
2008-08-05 02:58:34 +08:00
|
|
|
compat/Makefile
|
2008-08-15 04:59:09 +08:00
|
|
|
scripts/Makefile
|
2007-01-23 14:38:03 +08:00
|
|
|
cups/Makefile
|
|
|
|
test/Makefile
|
2008-08-15 04:59:09 +08:00
|
|
|
doc/Makefile
|
|
|
|
doc/version.xml
|
2008-07-27 01:00:53 +08:00
|
|
|
bluez.pc
|
2007-01-23 14:38:03 +08:00
|
|
|
])
|