~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Monty Taylor
  • Date: 2008-07-10 15:16:23 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 128.
  • Revision ID: monty@inaugust.com-20080710151623-p9kzpqvgkmkuaips
Shift language to c++ before PCRE test.
Removed --gnu log format option from bzr, turns out I had a special plugin installed...

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
 
27
bzr log --short > ChangeLog || touch ChangeLog
28
28
 
29
29
## We do not currently support glibtoolize
30
30
if test x$LIBTOOLIZE = x; then