From: Frank Mori Hess Date: Tue, 31 Jul 2007 19:51:53 +0000 (+0000) Subject: Blah, a fresh cvs checkout does need a couple command-line options to X-Git-Tag: r0_8_1~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2dd7b6c4fea45eada2dc15395d9f8a127da68329;p=comedilib.git Blah, a fresh cvs checkout does need a couple command-line options to autoreconf, so put autogen.sh back in. --- diff --git a/Makefile.am b/Makefile.am index db4f4dd..6abfe22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/README.CVS b/README.CVS index 4898fe8..d74275e 100644 --- a/README.CVS +++ b/README.CVS @@ -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 index 0000000..5390097 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,3 @@ +#!/bin/bash +autoreconf -i -B m4 +