Blah, a fresh cvs checkout does need a couple command-line options to

autoreconf, so put autogen.sh back in.
This commit is contained in:
Frank Mori Hess 2007-07-31 19:51:53 +00:00
parent c06664b867
commit 2dd7b6c4fe
3 changed files with 6 additions and 3 deletions

View 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

View 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:

3
autogen.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
autoreconf -i -B m4