-- BUILDING --
  $ ./configure && make
Note: Most users will want to use --prefix=/usr like this:
  $ ./configure --prefix=/usr && make

-- INSTALLING --
  $ make install

-- USEAGE --
To start audio-convert-mod, simply run:
  $ audio-convert-mod

If you would like to specify files to convert, add each as arguments:
  $ audio-convert-mod /path/to/File1.mp3 /path/to/File2.ogg [...]

-- HELP --
If you think you've found a bug in audio-convert-mod, please send run the
program with verbose output enabled:
  $ audio-convert-mod -v
Then report a bug with the verbose messages _attached_, not posted please.
