~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Monty Taylor
  • Date: 2008-10-16 20:02:16 UTC
  • mfrom: (511.1.9 codestyle)
  • Revision ID: monty@inaugust.com-20081016200216-dvp7f7xx6k5wppkl
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
die() { echo "$@"; exit 1; }
6
6
 
7
7
# LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
8
 
LIBTOOLIZE_FLAGS=" --automake --copy --force"
 
8
LIBTOOLIZE_FLAGS=" --automake --copy"
9
9
# ACLOCAL=${ACLOCAL:-aclocal}
10
10
ACLOCAL_FLAGS="-I m4"
11
11
# AUTOHEADER=${AUTOHEADER:-autoheader}