~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2011-11-07 15:04:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2453.
  • Revision ID: brian@tangent.org-20111107150416-awbp1nq3cekdcjma
Complete update of libdrizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
AC_PREREQ(2.59)dnl              Minimum Autoconf version required.
21
21
dnl Version from the AC_INIT call below is overridden later
22
22
dnl So don't update it here
23
 
AC_INIT([drizzle7],[7],[http://bugs.launchpad.net/drizzle])
 
23
AC_INIT([drizzle7],[7],[http://bugs.launchpad.net/drizzle],[drizzle7],[http://drizzle.org/])
24
24
AC_CONFIG_SRCDIR([drizzled/drizzled.cc])
25
25
AC_CONFIG_AUX_DIR([config])
26
26
AC_CONFIG_MACRO_DIR([m4])
58
58
#                         changed
59
59
AC_SUBST(OLDLIBDRIZZLE_LIBRARY_VERSION)
60
60
 
61
 
libdrizzleincludedir='${includedir}/libdrizzle-2.0'
62
 
libdrizzleinstalldir='${libdrizzleincludedir}/libdrizzle'
63
 
AC_SUBST(libdrizzleinstalldir)
64
 
AC_SUBST(libdrizzleincludedir)
65
 
 
66
 
oldlibdrizzleincludedir='${includedir}/libdrizzle-1.0'
67
 
oldlibdrizzleinstalldir='${oldlibdrizzleincludedir}/libdrizzle'
68
 
AC_SUBST(oldlibdrizzleinstalldir)
69
 
AC_SUBST(oldlibdrizzleincludedir)
70
 
 
71
61
# libdrizzle versioning when linked with GNU ld.
72
62
AS_IF([test "$lt_cv_prog_gnu_ld" = "yes"],[
73
63
  LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_srcdir)/config/drizzle.ver"