autoreconf, so put autogen.sh back in.
## with automake 1.8, putting the m4 directory in EXTRA_DIST is not needed, and
## causes 'make distcheck' to fail, by way of 'make distdir' failing when builddir != srcdir
## and srcdir is read-only.
-EXTRA_DIST = debian comedilib.spec
+EXTRA_DIST = debian comedilib.spec autogen.sh
ACLOCAL_AMFLAGS = -I m4
Building Comedilib from CVS is slightly different from the releases.
There is an additional step of creating the configure script and
makefiles from the templates using automake, autoconf, etc. This
-is all done automatically by running the program autoreconf
-witch should be part of your distribution's autoconf package.
+is all done automatically by running the autogen.sh script
+in this directory.
Requirements:
--- /dev/null
+#!/bin/bash
+autoreconf -i -B m4
+