
# To build the distribution:

  autoreconf -fi
  ./configure --enable-debug
  make distclean
  autoreconf -fi
  ./configure --enable-debug
  make dist
  make dist-zip

# (or just "sh MKDIST")
