chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9285878
)
New file: simplifies the job of getting a newly checked-out source tree
author
mdw
<mdw>
Tue, 4 May 1999 16:11:37 +0000
(16:11 +0000)
committer
mdw
<mdw>
Tue, 4 May 1999 16:11:37 +0000
(16:11 +0000)
into a buildable state.
setup
[new file with mode: 0755]
patch
|
blob
diff --git a/setup
b/setup
new file mode 100755
(executable)
index 0000000..
d957872
--- /dev/null
+++ b/
setup
@@ -0,0
+1,9
@@
+#! /bin/sh
+
+set -e
+mklinks
+mkaclocal
+autoheader
+automake
+autoconf
+mkdir build