Blah, a fresh cvs checkout does need a couple command-line options to
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 31 Jul 2007 19:51:53 +0000 (19:51 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 31 Jul 2007 19:51:53 +0000 (19:51 +0000)
autoreconf, so put autogen.sh back in.

Makefile.am
README.CVS
autogen.sh [new file with mode: 0755]

index db4f4dd23a7a2bdc7f394faf9c8f6f5b6295a117..6abfe2227c32553f416bb13382bba451fb01e10e 100644 (file)
@@ -8,7 +8,7 @@ pkgconfig_DATA = comedilib.pc
 ## 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
 
index 4898fe8620054a70362625621b43972dccfc97ba..d74275ec4150a3038bedf0f48f0288cf1d195b0b 100644 (file)
@@ -2,8 +2,8 @@
 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:
 
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..5390097
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+autoreconf -i -B m4
+