From: Frank Mori Hess Date: Sat, 4 Dec 2004 18:18:19 +0000 (+0000) Subject: make autogen.sh work with automake1.9 X-Git-Tag: r0_7_70~85 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fac6509d233ed5fb3d645802b2752628e9cc9b23;p=comedi.git make autogen.sh work with automake1.9 --- diff --git a/autogen.sh b/autogen.sh index 36ebc001..47bc7517 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,18 @@ #!/bin/sh +if [ ! -f NEWS ] ; then + touch NEWS +fi +if [ ! -f AUTHORS ] ; then + touch AUTHORS +fi +if [ ! -f ChangeLog ] ; then + touch ChangeLog +fi -aclocal-1.7 -I m4 +aclocal -I m4 autoheader autoconf -automake-1.7 --add-missing --copy +automake --add-missing --copy rm -f config.cache