~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Jay Pipes
  • Date: 2009-08-20 17:27:08 UTC
  • mfrom: (1093.9.22 pandora-build)
  • mto: This revision was merged to the branch mainline in revision 1120.
  • Revision ID: jpipes@serialcoder-20090820172708-48n4zi60lviywqj7
Merge and resolve conflicts on pandora build fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  . config/pre_hook.sh
42
42
fi
43
43
 
 
44
# We need to some file here for the m4_sinclude, even if it's just empty
 
45
if test ! -f config/plugin.ac
 
46
then
 
47
  touch config/plugin.ac
 
48
fi
 
49
 
44
50
# Try to detect the supported binaries if the user didn't
45
51
# override that by pushing the environment variable
46
52
if test x$LIBTOOLIZE = x; then