Codebase list bluez-firmware / fresh-snapshots/upstream configure.in
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

configure.in @fresh-snapshots/upstreamraw · history · blame

AC_PREREQ(2.50)
AC_INIT()

AM_INIT_AUTOMAKE(bluez-firmware, 1.2)

AM_MAINTAINER_MODE

AC_PREFIX_DEFAULT()

AC_PROG_INSTALL

AC_OUTPUT(Makefile)