Root/configure.ac

1AC_INIT([iris], [0.2], [wijnen@debian.org])
2AM_INIT_AUTOMAKE
3AC_PROG_CXX
4AM_PROG_AS
5
6AC_ARG_ENABLE([udc-boot], AC_HELP_STRING([--enable-udc-boot], [Compile for booting over custom usb protocol]), AM_CONDITIONAL(UDC, true), AM_CONDITIONAL(UDC, false))
7AC_ARG_ENABLE([unbrick], AC_HELP_STRING([--enable-unbrick], [Compile for unbricking]), AM_CONDITIONAL(UNBRICK, true), AM_CONDITIONAL(UNBRICK, false))
8
9AC_CONFIG_FILES([Makefile])
10AC_OUTPUT
11

Archive Download this file

Branches:
master



interactive