projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264d8da
)
make autogen.sh work with automake1.9
author
Frank Mori Hess
<fmhess@speakeasy.net>
Sat, 4 Dec 2004 18:18:19 +0000
(18:18 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Sat, 4 Dec 2004 18:18:19 +0000
(18:18 +0000)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 36ebc001ec27e57e87d96731c16dcea19394b7b1..47bc75174b7bc54d5d3e44a26db344eacca413ad 100755
(executable)
--- 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