Got rid of autogen.sh, and just tell people to run autoreconf.

This commit is contained in:
Frank Mori Hess 2007-07-31 14:50:47 +00:00
parent b216256a53
commit 3a30f9f97c
3 changed files with 2 additions and 26 deletions

0
NEWS Normal file
View File

View File

@ -2,12 +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 script ./autogen.sh.
You may need to edit the autogen.sh script so that it runs the
appropriate commands. Often, the necessary commands have version
suffixes. Occasionally, for strange reasons, errors can be
solved by running ./autogen.sh twice.
is all done automatically by running the program autoreconf
witch should be part of your distribution's autoconf package.
Requirements:
@ -15,4 +11,3 @@ Requirements:
autoconf >= 2.54
libtool >= 1.5

View File

@ -1,19 +0,0 @@
#!/bin/sh
if [ ! -f NEWS ] ; then
touch NEWS
fi
if [ ! -f AUTHORS ] ; then
touch AUTHORS
fi
if [ ! -f ChangeLog ] ; then
touch ChangeLog
fi
aclocal -I m4 && \
libtoolize --copy --force && \
autoheader && \
autoconf && \
automake -a -c