bluez/configure.ac

65 lines
898 B
Plaintext
Raw Normal View History

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
AC_INIT_BLUEZ
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
AC_CHECK_LIB(dl, dlopen, dummy=yes,
AC_MSG_ERROR(dynamic linking loader is required))
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
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
AC_PATH_SNDFILE
AC_ARG_BLUEZ
2007-01-23 14:38:03 +08:00
AC_OUTPUT([
Makefile
include/Makefile
lib/Makefile
2008-05-09 01:36:48 +08:00
gdbus/Makefile
2007-01-23 14:38:03 +08:00
common/Makefile
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
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
bluez.pc
2007-01-23 14:38:03 +08:00
])