~drizzle-trunk/libdrizzle/jenkins-Libdrizzle-110

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Continuous Integration
  • Date: 2013-05-12 22:57:40 UTC
  • mfrom: (122.1.1 libdrizzle-5.1)
  • Revision ID: ci@drizzle.org-20130512225740-n9n9673m65kb4ogf
Merge lp:~brianaker/libdrizzle/ddm4-update-may Build: jenkins-Libdrizzle-107

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
AC_CANONICAL_TARGET
14
14
 
15
 
AM_INIT_AUTOMAKE([1.11 color-tests -Wno-portability subdir-objects foreign tar-ustar])
 
15
# Automake version before 1.13 (when the serial-tests option was dnl still the default) still defined the badly obsolete macro.  'AM_PROG_INSTALL'.
 
16
AM_INIT_AUTOMAKE(1.11 no-define color-tests -Wno-portability subdir-objects foreign tar-ustar m4_ifndef([AM_PROG_INSTALL], [serial-tests]))
16
17
AC_PREREQ([2.68])
17
18
 
18
19
AC_CANONICAL_HOST
44
45
LT_INIT
45
46
LT_LANG([C++])
46
47
 
 
48
AC_PROG_CXX
 
49
AC_PROG_CC
47
50
AC_PROG_CC_C99
48
51
AS_IF([test "x${ac_cv_prog_cc_c99}" == "xno"],[AC_MSG_ERROR([No c99 compatible compiler found])])
49
52