~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

Made system non-foreign.

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