ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure.ac
(Generate patch)

Comparing gvpe/configure.ac (file contents):
Revision 1.47 by pcg, Sat Nov 10 19:43:37 2007 UTC vs.
Revision 1.49 by pcg, Mon Jan 28 12:00:14 2008 UTC

2 2
3AC_PREREQ(2.59) 3AC_PREREQ(2.59)
4AC_INIT 4AC_INIT
5AC_CONFIG_SRCDIR([src/gvpe.C]) 5AC_CONFIG_SRCDIR([src/gvpe.C])
6AC_CANONICAL_TARGET 6AC_CANONICAL_TARGET
7AM_INIT_AUTOMAKE(gvpe, 2.01) 7AM_INIT_AUTOMAKE(gvpe, 2.2)
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])
9AM_MAINTAINER_MODE 9AM_MAINTAINER_MODE
10 10
11AH_TOP([ 11AH_TOP([
12#ifndef CONFIG_H__ 12#ifndef CONFIG_H__
158AC_CACHE_SAVE 158AC_CACHE_SAVE
159 159
160dnl Checks for libraries. 160dnl Checks for libraries.
161 161
162AC_LANG(C++) 162AC_LANG(C++)
163AC_CHECK_HEADERS(ext/hash_map clocale) 163AC_CHECK_HEADERS(tr1/unordered_map ext/hash_map clocale)
164 164
165dnl Checks for header files. 165dnl Checks for header files.
166AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \ 166AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
167 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \ 167 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \
168 sys/mman.h netinet/in.h]) 168 sys/mman.h netinet/in.h])
359 359
360if $CXX -v --help 2>&1 | grep -q fno-rtti; then 360if $CXX -v --help 2>&1 | grep -q fno-rtti; then
361 CXXFLAGS="$CXXFLAGS -fno-rtti" 361 CXXFLAGS="$CXXFLAGS -fno-rtti"
362fi 362fi
363 363
364if $CXX -v --help 2>&1 | grep -q fexceptions; then 364#if $CXX -v --help 2>&1 | grep -q fexceptions; then
365 CXXFLAGS="$CXXFLAGS -fno-exceptions" 365# CXXFLAGS="$CXXFLAGS -fno-exceptions"
366fi 366#fi
367 367
368LIBS="$EXTRA_LIBS $LIBS" 368LIBS="$EXTRA_LIBS $LIBS"
369 369
370dnl if $CXX -v --help 2>&1 | grep -q ffunction-sections; then 370dnl if $CXX -v --help 2>&1 | grep -q ffunction-sections; then
371dnl CXXFLAGS="$CXXFLAGS -ffunction-sections" 371dnl CXXFLAGS="$CXXFLAGS -ffunction-sections"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines