~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to bootstrap.sh

  • Committer: Mark Atwood
  • Date: 2011-10-08 04:50:51 UTC
  • mfrom: (2430.1.1 rf)
  • Revision ID: me@mark.atwood.name-20111008045051-6ha1qiy7k2a9c3jv
Tags: 2011.10.27
mergeĀ lp:~olafvdspek/drizzle/refactor2

Show diffs side-by-side

added added

removed removed

Lines of Context:
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