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.
 
 
 
 
 
 

15 lines
391 B

  1. AC_INIT(cuetools,1.3pre,sorensen@users.berlios.de)
  2. AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
  3. # getting conflicting errors about config.h.in
  4. #AM_CONFIG_HEADER(config.h)
  5. #AC_CONFIG_HEADERS([config.h])
  6. AC_PROG_INSTALL
  7. AC_PROG_RANLIB
  8. AC_PROG_CC
  9. AM_PROG_LEX
  10. AC_PROG_YACC
  11. AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lib/Makefile src/tools/Makefile extras/Makefile])
  12. AC_OUTPUT