projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21f2a5
)
touch some missing files
author
David Schleef
<ds@schleef.org>
Wed, 4 Jun 2003 03:02:25 +0000
(
03:02
+0000)
committer
David Schleef
<ds@schleef.org>
Wed, 4 Jun 2003 03:02:25 +0000
(
03:02
+0000)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index fa59010eecef94ab624b99255c411b3d408092da..71dfa417ed124b4c94941a7174566396d414c392 100755
(executable)
--- 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 && \