Go to file
Svend Sorensen 3954b8c27f Rewrite configure.ac
Use example from automake manual:

AC_INIT([amhello], [1.0], [bug-automake@gnu.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
 Makefile
 src/Makefile
])
AC_OUTPUT
2013-08-16 13:08:29 -07:00
2013-08-16 12:47:00 -07:00
2013-08-16 12:47:00 -07:00
2013-08-16 12:47:00 -07:00
2005-03-22 04:26:57 +00:00
2013-08-16 13:08:29 -07:00
2005-03-22 04:26:57 +00:00
2005-03-29 02:24:46 +00:00

cuetools - cue and toc file parsers and utilities
https://github.com/svend/cuetools

Copyright (C) 2004, 2005, 2006, 2007, 2013 Svend Sorensen

cuetools is a set of utilities for working with Cue Sheet (cue) and Table of
Contents (toc) files.

It includes:

cueconvert
	convert between the cue and toc formats
cuebreakpoints
	print the breakpoints from a cue or toc file
cueprint
	print disc and track infomation for a cue or toc file

Directory layout:

doc/
	documentation (including man pages)
src/
	all source files
src/lib
	scanning, parsing, and printing library
src/tools
	cue and toc tools
Description
Languages
C 65.4%
Yacc 13.9%
Lex 9%
Shell 5.7%
Python 3.5%
Other 2.5%