ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/ac-tools/configure.in
(Generate patch)

Comparing trunk/OOPSE-4/ac-tools/configure.in (file contents):
Revision 2472 by chuckv, Tue Nov 29 22:54:21 2005 UTC vs.
Revision 2473 by gezelter, Fri Dec 2 20:09:55 2005 UTC

# Line 35 | Line 35 | AC_PROG_CXX([icpc icc xlc++ xlC CC g++ c++])
35  
36   dnl Checks for C++ compiler
37   AC_PROG_CXX([icpc icc xlc++ xlC CC g++ c++])
38 +
39 + dnl Checks for C preprocessor
40 + AC_PROG_CPP
41 +
42 + dnl Checks for grep and egrep
43 + AC_PROG_EGREP
44  
45   dnl If we are not running g++ then we might need some other flags
46   dnl to get the templates compiled correctly
# Line 119 | Line 125 | AC_LANG_PUSH(C)
125   dnl Checks for libraries.
126   AC_CHECK_LIB(m, asin, , exit)
127  
128 < AC_LANG_PUSH(C)
128 > AC_LANG_C
129   ACX_CHECK_ZLIB
130   dnl Checks for header files.
131   AC_CHECK_HEADERS(sys/time.h unistd.h stdlib.h stdio.h conio.h string.h)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines