touch some missing files
authorDavid Schleef <ds@schleef.org>
Wed, 4 Jun 2003 03:02:25 +0000 (03:02 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 4 Jun 2003 03:02:25 +0000 (03:02 +0000)
autogen.sh

index fa59010eecef94ab624b99255c411b3d408092da..71dfa417ed124b4c94941a7174566396d414c392 100755 (executable)
@@ -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 && \