Codebase list bluez-firmware / b7279d43-7c85-4314-a66a-2ce3611cab3e/main configure.in
b7279d43-7c85-4314-a66a-2ce3611cab3e/main

Tree @b7279d43-7c85-4314-a66a-2ce3611cab3e/main (Download .tar.gz)

configure.in @b7279d43-7c85-4314-a66a-2ce3611cab3e/mainraw · 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)