projects
/
yaz-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6012912f231c8c83013ec839e26447a72334b312
[yaz-moved-to-github.git]
/
buildconf.sh
1
#!/bin/sh
2
# $Id: buildconf.sh,v 1.4 2001-10-23 21:00:19 adam Exp $
3
set -x
4
libtoolize --force || exit 2
5
aclocal || exit 1
6
automake -a || exit 3
7
autoconf || exit 4
8
if [ -f config.cache ]; then
9
rm config.cache
10
fi
11
util/cvs-date.tcl include/yaz/yaz-date.h