From: David Schleef Date: Wed, 4 Jun 2003 03:02:25 +0000 (+0000) Subject: touch some missing files X-Git-Tag: r0_7_21~110 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f05c6147feffb7809354a0e34928ea5c2614ad2;p=comedilib.git touch some missing files --- diff --git a/autogen.sh b/autogen.sh index fa59010..71dfa41 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,14 @@ #!/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 && \