projects
/
yaz-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Change proto of yaz_init_opt_decode.
[yaz-moved-to-github.git]
/
buildconf.sh
1
#!/bin/sh
2
# $Id: buildconf.sh,v 1.16 2003-05-06 12:09:10 adam Exp $
3
set -x
4
aclocal
5
libtoolize --automake --force
6
automake --add-missing
7
automake --add-missing
8
autoconf
9
if [ -f config.cache ]; then
10
rm config.cache
11
fi