Using AM_CXXFLAGS instead of CXXFLAGS
[yazpp-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.7 2002-04-15 09:43:30 adam Exp $
3 dir=`aclocal --print-ac-dir`
4 if [ -f $dir/yaz.m4 ]; then
5         aclocal
6 else
7         aclocal -I . 
8 fi
9 libtoolize --force 
10 automake -a 
11 autoconf || exit 4
12 if [ -f config.cache ]; then
13         rm config.cache
14 fi