(1) Building libwmf

Following any changes to configure.in or any Makefile.am, the build system needs
to be updated. Currently I use the following sequence:

# aclocal
# autoheader
# automake
# autoconf
# date > stamp-h.in

Strictly speaking we should be using an autogen method with CVS to do the above.

(2) RPMS

If any files are added to the package, or if files-to-be-installed changes, then
libwmf.spec needs to be updated. To create the RPMs, I use the sequence:

# ./configure
# make dist
# cp libwmf.spec /usr/src/redhat/SPECS
# cp libwmf-0.2.0.tar.gz /usr/src/redhat/SOURCES
# cd /usr/src/redhat
# rpm -ba SPECS/libwmf.spec
