bluez/configure.in

62 lines
820 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
AM_INIT_AUTOMAKE(bluez, 4.x)
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
2006-08-16 18:54:06 +08:00
AC_FUNC_PPOLL
2006-08-21 08:55:17 +08:00
AC_PATH_GLIB
2008-02-01 19:42:38 +08:00
AC_PATH_GMODULE
AC_PATH_DBUS
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-03-06 20:40:47 +08:00
doc/Makefile
2007-01-31 16:52:52 +08:00
sbc/Makefile
2008-05-09 01:36:48 +08:00
gdbus/Makefile
2007-01-23 14:38:03 +08:00
common/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
hcid/Makefile
dund/Makefile
pand/Makefile
hidd/Makefile
cups/Makefile
test/Makefile
scripts/Makefile
bluez.pc
2007-01-23 14:38:03 +08:00
])