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

Comparing gvpe/configure.ac (file contents):
Revision 1.36 by pcg, Thu Mar 17 23:59:37 2005 UTC vs.
Revision 1.37 by pcg, Fri Mar 18 01:53:05 2005 UTC

1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2 2
3AC_PREREQ(2.59) 3AC_PREREQ(2.59)
4AC_INIT 4AC_INIT
5AC_CONFIG_SRCDIR([src/vped.C]) 5AC_CONFIG_SRCDIR([src/gvpe.C])
6AC_CANONICAL_TARGET 6AC_CANONICAL_TARGET
7AM_INIT_AUTOMAKE(gvpe, 1.8) 7AM_INIT_AUTOMAKE(gvpe, 1.8)
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])
9AM_MAINTAINER_MODE 9AM_MAINTAINER_MODE
10 10
38typedef int16_t s16; 38typedef int16_t s16;
39typedef int32_t s32; 39typedef int32_t s32;
40#endif 40#endif
41 41
42#endif 42#endif
43
44// include clocale first because gettext.h might overwrite setlocale
45#if defined(HAVE_CLOCALE) && defined(__cplusplus)
46# include <clocale>
47#else
48# include <locale.h>
49#endif
50#include "gettext.h"
43]) 51])
44 52
45dnl Include the macros from the m4/ directory 53dnl Include the macros from the m4/ directory
46AM_ACLOCAL_INCLUDE(m4) 54AM_ACLOCAL_INCLUDE(m4)
47 55
150AC_CACHE_SAVE 158AC_CACHE_SAVE
151 159
152dnl Checks for libraries. 160dnl Checks for libraries.
153 161
154AC_LANG(C++) 162AC_LANG(C++)
155AC_CHECK_HEADERS(ext/hash_map) 163AC_CHECK_HEADERS(ext/hash_map clocale)
156 164
157dnl Checks for header files. 165dnl Checks for header files.
158AC_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 \
159 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 \
160 sys/mman.h netinet/in.h]) 168 sys/mman.h netinet/in.h])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines