~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-01-29 19:04:39 UTC
  • mto: (779.3.29 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090129190439-vfr95s6gaudjacm7
Add timegm which is missing on Solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  enable_dependency_tracking=yes
26
26
fi
27
27
 
 
28
gl_EARLY
28
29
 
29
30
# See the libtool docs for information on how to do shared lib versions.
30
31
SHARED_LIB_MAJOR_VERSION=1
37
38
AC_PROG_CC
38
39
AC_PROG_CXX
39
40
 
40
 
ACX_USE_SYSTEM_EXTENSIONS
 
41
gl_USE_SYSTEM_EXTENSIONS
41
42
AC_CXX_HEADER_STDCXX_98
42
43
if test "$ac_cv_cxx_stdcxx_98" = "no"
43
44
then
48
49
# We need an ANSI C compiler
49
50
AM_PROG_CC_STDC
50
51
 
 
52
gl_INIT
51
53
 
52
54
AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])
53
55
ifdef([AC_PROG_CC_C99],[
1367
1369
AM_CONDITIONAL([BUILD_GCC_PCH],[test "no" = "yes"])
1368
1370
 
1369
1371
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl
 
1372
 gnulib/Makefile dnl
1370
1373
 mystrings/Makefile storage/Makefile dnl
1371
1374
 po/Makefile.in dnl
1372
1375
 libdrizzle/Makefile client/Makefile dnl