chiark
/
gitweb
/
~mdw
/
sw-tools
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c2f4ecb
)
Do autoconf before automake.
author
mdw
<mdw>
Wed, 28 Jul 1999 09:31:32 +0000
(09:31 +0000)
committer
mdw
<mdw>
Wed, 28 Jul 1999 09:31:32 +0000
(09:31 +0000)
setup
patch
|
blob
|
blame
|
history
diff --git
a/setup
b/setup
index d2fc7bc9f2c1bf37cc8638106c98d027044bb79a..3913a838b34ba92334fef5cf6354553479656cf4 100755
(executable)
--- a/
setup
+++ b/
setup
@@
-2,9
+2,9
@@
set -e
mklinks
set -e
mklinks
-mkaclocal
ln -s ../mLib .
ln -s ../mLib .
+mkaclocal
autoheader
autoheader
-automake
autoconf
autoconf
+automake
mkdir build
mkdir build