~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Brian Aker
  • Date: 2008-07-01 20:52:03 UTC
  • mfrom: (28.1.23 libtool-patch)
  • Revision ID: brian@tangent.org-20080701205203-3jm6ga57uzxy8k4t
Merge of taylor's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  
28
28
# --add-missing instructs automake to install missing auxiliary files
29
29
# and --force to overwrite them if they already exist
30
 
automake --add-missing --force  --copy || die "Can't execute automake"
 
30
automake --add-missing --force  --copy --gnu -Wall || die "Can't execute automake"
31
31
autoconf || die "Can't execute autoconf"