mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
24 lines
323 B
Plaintext
24 lines
323 B
Plaintext
dnl
|
|
dnl $Id$
|
|
dnl
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
dnl
|
|
AC_INIT()
|
|
|
|
AM_MAINTAINER_MODE
|
|
|
|
AM_INIT_AUTOMAKE(bluez-libs, 2.5)
|
|
|
|
AC_PREFIX_DEFAULT(/usr)
|
|
|
|
CFLAGS="-Wall -g -O2"
|
|
|
|
AC_PROG_CC
|
|
AC_PROG_INSTALL
|
|
|
|
dnl AC_LIBTOOL_TAGS([])
|
|
|
|
AC_PROG_LIBTOOL
|
|
|
|
AC_OUTPUT(Makefile include/Makefile src/Makefile)
|