~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Monty Taylor
  • Date: 2010-05-14 04:07:29 UTC
  • mto: (1530.6.1)
  • mto: This revision was merged to the branch mainline in revision 1543.
  • Revision ID: mordred@inaugust.com-20100514040729-y1jiyotm63vanjnf
Updated pandora-build files to version 0.127

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
LIBTOOLIZE_FLAGS=" --automake --copy --force"
36
36
# --add-missing instructs automake to install missing auxiliary files
37
37
# and --force to overwrite them if they already exist
38
 
AUTOMAKE_FLAGS="--add-missing --copy --force"
 
38
AUTOMAKE_FLAGS="--add-missing --copy --force --foreign"
39
39
ACLOCAL_FLAGS="-I m4"
40
40
 
41
41
ARGV0=$0