chiark
/
gitweb
/
~mdw
/
mLib
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use `libtool' to generate a shared library.
[mLib]
/
setup
1
#! /bin/sh
2
3
set -e
4
mklinks
5
mkaclocal
6
libtoolize
7
(cd man && ./mksofiles * && m4 Makefile.m4 >Makefile.am)
8
autoconf
9
automake
10
mkdir build