~ubuntu-branches/ubuntu/raring/blitz++/raring

« back to all changes in this revision

Viewing changes to m4/ac_cxx_general.m4

  • Committer: Bazaar Package Importer
  • Author(s): Konstantinos Margaritis
  • Date: 2005-02-28 20:25:01 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050228202501-3i4f2sknnprsqfhz
Tags: 1:0.8-4
Added missing build-depends (Closes: #297323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
AC_DEFUN([AC_CXX_GENERAL],[
 
4
 
 
5
AC_MSG_NOTICE([
 
6
 
 
7
Checking major C++ language features
 
8
 
 
9
])
 
10
 
 
11
AC_CXX_NAMESPACES
 
12
AC_CXX_EXCEPTIONS
 
13
AC_CXX_RTTI
 
14
AC_CXX_MEMBER_CONSTANTS
 
15
AC_CXX_OLD_FOR_SCOPING])
 
16
 
 
17
 
 
18