~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-07-11 07:32:39 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711073239-rzhe6r7uu16c0jdc
We don't really require 2.61, 2.59 is actually fine.
SUFFIXES should be SUFFIXES = in automake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl -*- ksh -*-
2
2
dnl Process this file with autoconf to produce a configure script.
3
3
 
4
 
AC_PREREQ(2.61)dnl              Minimum Autoconf version required.
 
4
AC_PREREQ(2.59)dnl              Minimum Autoconf version required.
5
5
 
6
6
AC_INIT
7
7
AC_CONFIG_SRCDIR([server/drizzled.cc])