~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Monty Taylor
  • Date: 2008-10-06 01:14:28 UTC
  • Revision ID: monty@inaugust.com-20081006011428-toab4qa9sxeyujz5
Added m4 files for deficient systems. Changed include mechanism to not need
direct includes of all files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
8
8
LIBTOOLIZE_FLAGS=" --automake --copy --force"
9
9
# ACLOCAL=${ACLOCAL:-aclocal}
 
10
ACLOCAL_FLAGS="-I m4"
10
11
# AUTOHEADER=${AUTOHEADER:-autoheader}
11
12
# AUTOMAKE=${AUTOMAKE:-automake}
12
13
AUTOMAKE_FLAGS="--add-missing --copy --force"