~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Jay Pipes
  • Date: 2008-08-01 02:59:14 UTC
  • mto: (264.1.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: jay@mysql.com-20080801025914-hpuvm2dfj55ga0dk
* Pulled sql_alloc* functions out into drizzled/sql_alloc.h

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"
 
12
AUTOMAKE_FLAGS="--add-missing --copy --force -W all"
13
13
# AUTOCONF=${AUTOCONF:-autoconf}
14
14
 
15
15
ARGV0=$0
105
105
# and --force to overwrite them if they already exist
106
106
run $AUTOMAKE $AUTOMAKE_FLAGS  || die "Can't execute automake"
107
107
run $AUTOCONF || die "Can't execute autoconf"
108
 
echo -n "Automade with: "
109
 
$AUTOMAKE --version | head -1
110
 
echo -n "Configured with: "
111
 
$AUTOCONF --version | head -1