5 # Generate a VERSION file that is included in the dist tarball to avoid needed git
6 # when calling autoreconf in a release tarball.
7 -git describe --tags --always --dirty > VERSION
9 # generate list of source files for use in Makefile.am
10 # if you add new source files, you must run ./bootstrap again