~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Monty Taylor
  • Date: 2008-08-04 22:30:03 UTC
  • mto: (261.1.6 drizzle)
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: monty@inaugust.com-20080804223003-06r39n07hz8ksiqo
Updated to more modern AC_INIT and AM_INIT_AUTOMAKE invocations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# ACLOCAL=${ACLOCAL:-aclocal}
10
10
# AUTOHEADER=${AUTOHEADER:-autoheader}
11
11
# AUTOMAKE=${AUTOMAKE:-automake}
12
 
AUTOMAKE_FLAGS="--add-missing --copy --force -W all"
 
12
AUTOMAKE_FLAGS="--add-missing --copy --force"
13
13
# AUTOCONF=${AUTOCONF:-autoconf}
14
14
 
15
15
ARGV0=$0