blob: 1b4f59b249dbd118390c28724bbf59217f87592a [file] [log] [blame]
AC_PREREQ([2.69])
AC_INIT([rimage], [0.1])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([rimage/rimage.c])
AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_HOST
dnl Initialize maintainer mode
AM_MAINTAINER_MODE([enable])
AC_PROG_CC
AC_OUTPUT([
Makefile
rimage/Makefile
rmbox/Makefile
topology/Makefile
topology/test/Makefile
])
echo "
prefix: ${prefix}
Compiler: ${CC}
CFLAGS: ${CFLAGS}
"