~linuxjedi/libdrizzle/5.1-fix-wine

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2012-12-29 10:49:09 UTC
  • mto: (68.1.1 5.1-trunk)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: brian@tangent.org-20121229104909-jvfy9qkrx0tdyrlj
Add YATL lite and fixes known bug where bug report was not being outputed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# Use and distribution licensed under the BSD license.  See
7
7
# the COPYING file in this directory for full text.
8
8
 
9
 
AC_INIT([libdrizzle],[5.1.0])
 
9
AC_INIT([libdrizzle],[5.1.0],[http://bugs.launchpad.net/drizzle],[libdrizzle],[http://drizzle.org/])
10
10
 
11
11
AC_CONFIG_AUX_DIR([build-aux])
12
12
 
22
22
 
23
23
AC_CONFIG_MACRO_DIR([m4])
24
24
 
25
 
 
26
25
AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
27
26
 
28
27
AC_CONFIG_SRCDIR([libdrizzle/drizzle.cc])