From: David Schleef Date: Sat, 2 Apr 2005 23:52:27 +0000 (+0000) Subject: Use autoreconf. Add files X-Git-Tag: r0_7_70~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=910b74c4329221458a3dc3a76773df71b42558fe;p=comedi.git Use autoreconf. Add files --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..139597f9 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ + + diff --git a/NEWS b/NEWS new file mode 100644 index 00000000..139597f9 --- /dev/null +++ b/NEWS @@ -0,0 +1,2 @@ + + diff --git a/autogen.sh b/autogen.sh index 47bc7517..83aa8119 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,20 +1,5 @@ #!/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 -autoheader -autoconf -automake --add-missing --copy - -rm -f config.cache +autoreconf && ./configure --enable-maintainer-mode $*