mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
c3f41cb47e
Change-Id: I4712afb3912625e7aaccfa5160dcf78ee252f159
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
AC_INIT([webpdecode], [0.1])
|
|
AM_INIT_AUTOMAKE
|
|
AC_PROG_LIBTOOL
|
|
AC_PROG_CC_C99
|
|
AC_CONFIG_HEADERS([config.h])
|
|
AC_CONFIG_FILES([Makefile examples/Makefile src/Makefile])
|
|
AC_OUTPUT
|