From 31aed69c97fdef0ba15c399377ac8208129b5f84 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 29 Jul 2008 22:28:35 +0200 Subject: Use configure.ac as it is the preferred name --- configure.ac | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 61 ------------------------------------------------------------ 2 files changed, 61 insertions(+), 61 deletions(-) create mode 100644 configure.ac delete mode 100644 configure.in diff --git a/configure.ac b/configure.ac new file mode 100644 index 00000000..9e77f144 --- /dev/null +++ b/configure.ac @@ -0,0 +1,61 @@ +AC_PREREQ(2.50) +AC_INIT() + +AM_INIT_AUTOMAKE(bluez, 4.x) +AM_CONFIG_HEADER(config.h) + +AM_MAINTAINER_MODE + +AC_INIT_BLUEZ + +AC_LANG_C + +AC_PROG_CC +AC_PROG_CC_PIE +AC_PROG_INSTALL +AC_PROG_YACC +AM_PROG_LEX + +m4_define([_LT_AC_TAGCONFIG], []) +m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])]) + +AC_DISABLE_STATIC +AC_PROG_LIBTOOL + +AC_FUNC_PPOLL + +AC_PATH_GLIB +AC_PATH_GMODULE +AC_PATH_DBUS +AC_PATH_ALSA +AC_PATH_GSTREAMER +AC_PATH_USB +AC_PATH_NETLINK +AC_PATH_SNDFILE + +AC_ARG_BLUEZ + +AC_OUTPUT([ + Makefile + include/Makefile + lib/Makefile + gdbus/Makefile + common/Makefile + src/Makefile + doc/Makefile + sbc/Makefile + plugins/Makefile + network/Makefile + serial/Makefile + input/Makefile + audio/Makefile + tools/Makefile + rfcomm/Makefile + dund/Makefile + pand/Makefile + hidd/Makefile + cups/Makefile + test/Makefile + scripts/Makefile + bluez.pc +]) diff --git a/configure.in b/configure.in deleted file mode 100644 index 9e77f144..00000000 --- a/configure.in +++ /dev/null @@ -1,61 +0,0 @@ -AC_PREREQ(2.50) -AC_INIT() - -AM_INIT_AUTOMAKE(bluez, 4.x) -AM_CONFIG_HEADER(config.h) - -AM_MAINTAINER_MODE - -AC_INIT_BLUEZ - -AC_LANG_C - -AC_PROG_CC -AC_PROG_CC_PIE -AC_PROG_INSTALL -AC_PROG_YACC -AM_PROG_LEX - -m4_define([_LT_AC_TAGCONFIG], []) -m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])]) - -AC_DISABLE_STATIC -AC_PROG_LIBTOOL - -AC_FUNC_PPOLL - -AC_PATH_GLIB -AC_PATH_GMODULE -AC_PATH_DBUS -AC_PATH_ALSA -AC_PATH_GSTREAMER -AC_PATH_USB -AC_PATH_NETLINK -AC_PATH_SNDFILE - -AC_ARG_BLUEZ - -AC_OUTPUT([ - Makefile - include/Makefile - lib/Makefile - gdbus/Makefile - common/Makefile - src/Makefile - doc/Makefile - sbc/Makefile - plugins/Makefile - network/Makefile - serial/Makefile - input/Makefile - audio/Makefile - tools/Makefile - rfcomm/Makefile - dund/Makefile - pand/Makefile - hidd/Makefile - cups/Makefile - test/Makefile - scripts/Makefile - bluez.pc -]) -- cgit