Files
cuetools/configure.ac
Svend Sorensen bbc385474f Release 1.4.0
2013-08-16 13:42:44 -07:00

11 lines
304 B
Plaintext

AC_INIT([cuetools], [1.4.0], [svend@ciffer.net])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB
AM_PROG_LEX
AC_PROG_YACC
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lib/Makefile src/tools/Makefile extras/Makefile])
AC_OUTPUT