You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
341 B

  1. AC_INIT([cuetools], [1.4.0], [svend@ciffer.net])
  2. AM_INIT_AUTOMAKE([-Wall -Werror foreign])
  3. AC_PROG_CC
  4. AC_PROG_INSTALL
  5. AC_PROG_RANLIB
  6. AM_PROG_LEX
  7. m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
  8. AC_PROG_YACC
  9. AC_CONFIG_HEADERS([config.h])
  10. AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lib/Makefile src/tools/Makefile extras/Makefile])
  11. AC_OUTPUT