~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
## jump out if one of the programs returns 'false'
25
25
set -e
26
26
 
 
27
bzr log --gnu > ChangeLog || touch ChangeLog
 
28
 
27
29
## We do not currently support glibtoolize
28
30
if test x$LIBTOOLIZE = x; then
29
31
#  if test \! "x`which glibtoolize 2> /dev/null | grep -v '^no'`" = x; then