chiark
/
gitweb
/
~mdw
/
mdwtools
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950ff97
)
Setup script added.
author
mdw
<mdw>
Tue, 19 Feb 2002 22:55:34 +0000
(22:55 +0000)
committer
mdw
<mdw>
Tue, 19 Feb 2002 22:55:34 +0000
(22:55 +0000)
setup
[new file with mode: 0755]
patch
|
blob
diff --git a/setup
b/setup
new file mode 100755
(executable)
index 0000000..
04ca935
--- /dev/null
+++ b/
setup
@@ -0,0
+1,8
@@
+#! /bin/sh
+
+set -e
+mklinks
+mkaclocal
+m4 Makefile.m4 >Makefile.am
+autoconf
+automake