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

Comparing ermyth/configure.ac (file contents):
Revision 1.9 by pippijn, Sun Sep 2 23:14:42 2007 UTC vs.
Revision 1.10 by pippijn, Sun Sep 9 20:05:51 2007 UTC

1dnl Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team 1dnl Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
2dnl Copyright © 2005 Atheme Development Group 2dnl Copyright © 2005 Atheme Development Group
3dnl Rights to this code are documented in doc/pod/license.pod. 3dnl Rights to this code are documented in doc/pod/license.pod.
4dnl 4dnl
5dnl $Id: configure.ac,v 1.9 2007/09/02 23:14:42 pippijn Exp $ 5dnl $Id: configure.ac,v 1.10 2007/09/09 20:05:51 pippijn Exp $
6 6
7dnl Process this file with autoconf to produce a configure script. 7dnl Process this file with autoconf to produce a configure script.
8 8
9AC_PREREQ(2.59) 9AC_PREREQ(2.59)
10AC_INIT([ermyth], [2.3], [ermyth@one09.net]) 10AC_INIT([ermyth], [2.3], [ermyth@one09.net])
11AC_CONFIG_HEADER(include/sysconf.h) 11AC_CONFIG_HEADER(include/sysconf.h)
12AC_CONFIG_AUX_DIR(autoconf) 12AC_CONFIG_AUX_DIR(autoconf)
13 13
14AC_COPYRIGHT([$Id: configure.ac,v 1.9 2007/09/02 23:14:42 pippijn Exp $]) 14AC_COPYRIGHT([$Id: configure.ac,v 1.10 2007/09/09 20:05:51 pippijn Exp $])
15 15
16AC_PREFIX_DEFAULT(~/PACKAGE) 16AC_PREFIX_DEFAULT(~/PACKAGE)
17 17
18dnl Automake compatibility. 18dnl Automake compatibility.
19AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME]) 19AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])
105 105
106dnl 106dnl
107dnl Checks for header files. 107dnl Checks for header files.
108dnl 108dnl
109 109
110AC_CHECK_HEADERS(getopt.h link.h valgrind/memcheck.h) 110AC_CHECK_HEADERS(valgrind/memcheck.h)
111AC_CHECK_HEADER(tr1/unordered_map, [], [AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])]) 111AC_CHECK_HEADER(tr1/unordered_map, [], [AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])])
112 112
113AC_DEFINE(_REENTRANT, [1], [Define this]) 113AC_DEFINE(_REENTRANT, [1], [Define this])
114 114
115#-------------------------------------------------- 115#--------------------------------------------------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines