~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Patrick Crews
  • Date: 2011-01-29 14:17:35 UTC
  • mto: (2126.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2127.
  • Revision ID: gleebix@gmail.com-20110129141735-3y2658vt5ur0a33o
Fixes to make test-dbqp

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#
3
 
#  Copyright (c) 2006 Jan Kneschke
4
 
#  Copyright (c) 2009 Sun Microsystems
 
3
#  Copyright (C) 2006 Jan Kneschke
 
4
#  Copyright (C) 2009 Sun Microsystems, Inc.
5
5
#  All rights reserved.
6
6
7
7
#  Redistribution and use in source and binary forms, with or without
35
35
LIBTOOLIZE_FLAGS=" --automake --copy --force"
36
36
# --add-missing instructs automake to install missing auxiliary files
37
37
# and --force to overwrite them if they already exist
38
 
AUTOMAKE_FLAGS="--add-missing --copy --force"
 
38
AUTOMAKE_FLAGS="--add-missing --copy --force --foreign"
39
39
ACLOCAL_FLAGS="-I m4"
40
40
 
41
41
ARGV0=$0