Releasing 1.0.15.

This commit is contained in:
Guus Sliepen 2011-06-24 14:50:20 +02:00
parent 3c0511984f
commit 05260f941c
4 changed files with 11 additions and 7 deletions

View file

@ -12,7 +12,7 @@ to install the very latest versions of the following packages:
Then you have to let the autotools create all the autogenerated files, using
this command:
autoreconf -f -s -i
autoreconf -fsi
If you change configure.in or any Makefile.am file, you will have to rerun
autoreconf. After this, you can run configure and make as usual. To create a
@ -22,4 +22,4 @@ make dist
To clean up your working copy so that no autogenerated files remain, run:
git clean
git clean -f