Switching to Libtool shared libraries for Zebra.
[idzebra-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.11 2004-08-24 10:37:18 adam Exp $
3 set -x
4 dir=`aclocal --print-ac-dir`
5 if [ -f $dir/yaz.m4 ]; then
6         aclocal
7 else
8         aclocal -I .
9 fi
10 libtoolize --automake --force 
11 automake -a 
12 automake -a 
13 autoconf
14 if [ -f config.cache ]; then
15         rm config.cache
16 fi