~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-10-02 14:17:48 UTC
  • mfrom: (1.1.1 upstream)
  • mto: (2.1.17 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20101002141748-m6vbfbfjhrw1153e
Tags: 2010.09.1802-1
* New upstream release.
* Removed pid-file argument hack.
* Updated GPL-2 address to be new address.
* Directly copy in drizzledump.1 since debian doesn't have sphinx 1.0 yet.
* Link to jquery from libjs-jquery. Add it as a depend.
* Add drizzled.8 symlink to the install files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
17
 
[m4_warning([this file was generated for autoconf 2.64.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
 
17
[m4_warning([this file was generated for autoconf 2.65.
18
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
19
If you have problems, you may need to regenerate the build system entirely.
20
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
34
34
[am__api_version='1.11'
35
35
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
36
36
dnl require some minimum version.  Point them to the right macro.
37
 
m4_if([$1], [1.11], [],
 
37
m4_if([$1], [1.11.1], [],
38
38
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
39
39
])
40
40
 
50
50
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
51
51
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
52
52
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
53
 
[AM_AUTOMAKE_VERSION([1.11])dnl
 
53
[AM_AUTOMAKE_VERSION([1.11.1])dnl
54
54
m4_ifndef([AC_AUTOCONF_VERSION],
55
55
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
56
56
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
776
776
AC_DEFUN([_AM_IF_OPTION],
777
777
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
778
778
 
 
779
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
780
#
 
781
# This file is free software; the Free Software Foundation
 
782
# gives unlimited permission to copy and/or distribute it,
 
783
# with or without modifications, as long as this notice is preserved.
 
784
 
 
785
# AM_RUN_LOG(COMMAND)
 
786
# -------------------
 
787
# Run COMMAND, save the exit status in ac_status, and log it.
 
788
# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
 
789
AC_DEFUN([AM_RUN_LOG],
 
790
[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
791
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
792
   ac_status=$?
 
793
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
794
   (exit $ac_status); }])
 
795
 
779
796
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
780
797
 
781
798
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
1011
1028
AC_SUBST([am__untar])
1012
1029
]) # _AM_PROG_TAR
1013
1030
 
1014
 
m4_include([m4/ac_cxx_compile_stdcxx_0x.m4])
1015
1031
m4_include([m4/ac_cxx_header_stdcxx_98.m4])
1016
1032
m4_include([m4/acx_pthread.m4])
1017
 
m4_include([m4/getopt.m4])
1018
 
m4_include([m4/gettext.m4])
1019
 
m4_include([m4/gnulib-common.m4])
1020
 
m4_include([m4/gnulib-comp.m4])
1021
 
m4_include([m4/iconv.m4])
1022
 
m4_include([m4/include_next.m4])
1023
 
m4_include([m4/intlmacosx.m4])
1024
1033
m4_include([m4/lib-ld.m4])
1025
1034
m4_include([m4/lib-link.m4])
1026
1035
m4_include([m4/lib-prefix.m4])
1029
1038
m4_include([m4/ltsugar.m4])
1030
1039
m4_include([m4/ltversion.m4])
1031
1040
m4_include([m4/lt~obsolete.m4])
1032
 
m4_include([m4/mktime.m4])
1033
1041
m4_include([m4/nls.m4])
1034
 
m4_include([m4/onceonly.m4])
1035
1042
m4_include([m4/pandora_64bit.m4])
1036
1043
m4_include([m4/pandora_canonical.m4])
1037
1044
m4_include([m4/pandora_check_compiler_version.m4])
1046
1053
m4_include([m4/pandora_extensions.m4])
1047
1054
m4_include([m4/pandora_fdatasync.m4])
1048
1055
m4_include([m4/pandora_have_better_malloc.m4])
 
1056
m4_include([m4/pandora_have_boost.m4])
1049
1057
m4_include([m4/pandora_have_gcc_atomics.m4])
 
1058
m4_include([m4/pandora_have_libboost_date_time.m4])
 
1059
m4_include([m4/pandora_have_libboost_filesystem.m4])
 
1060
m4_include([m4/pandora_have_libboost_options.m4])
 
1061
m4_include([m4/pandora_have_libboost_regex.m4])
 
1062
m4_include([m4/pandora_have_libboost_thread.m4])
 
1063
m4_include([m4/pandora_have_libcurl.m4])
1050
1064
m4_include([m4/pandora_have_libdl.m4])
1051
 
m4_include([m4/pandora_have_libdrizzle.m4])
1052
1065
m4_include([m4/pandora_have_libevent.m4])
1053
1066
m4_include([m4/pandora_have_libgearman.m4])
 
1067
m4_include([m4/pandora_have_libgtest.m4])
 
1068
m4_include([m4/pandora_have_libinnodb.m4])
 
1069
m4_include([m4/pandora_have_libldap.m4])
1054
1070
m4_include([m4/pandora_have_libmemcached.m4])
1055
1071
m4_include([m4/pandora_have_libpcre.m4])
1056
1072
m4_include([m4/pandora_have_libreadline.m4])
 
1073
m4_include([m4/pandora_have_libsqlite3.m4])
1057
1074
m4_include([m4/pandora_have_libuuid.m4])
1058
1075
m4_include([m4/pandora_have_libz.m4])
1059
1076
m4_include([m4/pandora_have_protobuf.m4])
1060
1077
m4_include([m4/pandora_header_assert.m4])
 
1078
m4_include([m4/pandora_intltool.m4])
1061
1079
m4_include([m4/pandora_libtool.m4])
1062
1080
m4_include([m4/pandora_optimize.m4])
1063
1081
m4_include([m4/pandora_platform.m4])
1064
1082
m4_include([m4/pandora_plugins.m4])
1065
1083
m4_include([m4/pandora_pthread.m4])
1066
1084
m4_include([m4/pandora_run_cpplint.m4])
1067
 
m4_include([m4/pandora_stl_hash.m4])
1068
1085
m4_include([m4/pandora_use_pipe.m4])
1069
1086
m4_include([m4/pandora_vc_build.m4])
1070
1087
m4_include([m4/pandora_version.m4])
 
1088
m4_include([m4/pandora_visibility.m4])
1071
1089
m4_include([m4/pandora_warnings.m4])
1072
 
m4_include([m4/pandora_with_gettext.m4])
1073
1090
m4_include([m4/pandora_with_memcached.m4])
1074
1091
m4_include([m4/pkg.m4])
1075
1092
m4_include([m4/po.m4])
1076
1093
m4_include([m4/progtest.m4])
1077
 
m4_include([m4/time_h.m4])
1078
 
m4_include([m4/time_r.m4])
1079
 
m4_include([m4/timegm.m4])
1080
 
m4_include([m4/unistd_h.m4])
 
1094
m4_include([m4/stack.m4])