libwebp/configure.ac

8 lines
187 B
Plaintext
Raw Normal View History

AC_INIT([webpdecode], [0.1])
AM_INIT_AUTOMAKE
AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile examples/Makefile src/Makefile])
AC_OUTPUT