~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

Replaced INCLUDES with AM_CPPFLAGS.

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 --gnu || 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"