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:
parent
c06664b867
commit
2dd7b6c4fe
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
3
autogen.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
autoreconf -i -B m4
|
||||
|
Loading…
Add table
Reference in a new issue