~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to bootstrap.sh

  • Committer: Brian Aker
  • Date: 2011-12-08 19:13:17 UTC
  • mfrom: (2466.2.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2468.
  • Revision ID: brian@tangent.org-20111208191317-05sd4x7o9isc86ag
Update all of libdrizzle per mine and Mark's conversation about how to break out code from interface.

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