~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

MergedĀ inĀ pandora-build

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