blob: c4c555efef59973175c5587bebc73ca6abe1ff6a [file] [log] [blame]
dnl
dnl $Id$
dnl
dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT()
dnl Guess host type.
AC_CANONICAL_SYSTEM
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE(bluez-libs, 2.0-pre10)
AC_PREFIX_DEFAULT(/usr)
AC_SUBST(LD)
AC_SUBST(AR)
CFLAGS="-Wall -g -O2"
AC_PROG_CC
AC_PROG_INSTALL
AM_PROG_LIBTOOL
#AC_CHECK_TOOL(LD, ld, ld)
#AC_CHECK_TOOL(AR, ar, ar)
AC_OUTPUT(Makefile include/Makefile src/Makefile)