~drizzle-trunk/drizzle/development

2466.2.1 by Brian Aker
Updating build for libdrizzled
1
#!/bin/bash
2
3
if test -f configure; then make clean; make merge-clean; make distclean; fi;
4
5
rm -r -f autom4te.cache
6
./config/autorun.sh
7
./configure
8
make