skia2/configure.ac

12 lines
222 B
Plaintext
Raw Normal View History

AC_INIT([libskia], [1.0], [bug-automake@gnu.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CXX
AC_PROG_RANLIB
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
src/core/Makefile
bench/Makefile
])
AC_OUTPUT