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

Comparing ermyth/configure.ac (file contents):
Revision 1.3 by pippijn, Sat Jul 21 02:00:31 2007 UTC vs.
Revision 1.4 by pippijn, Sat Jul 21 15:01:26 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.3 2007/07/21 02:00:31 pippijn Exp $ 5dnl $Id: configure.ac,v 1.4 2007/07/21 15:01:26 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.3 2007/07/21 02:00:31 pippijn Exp $]) 14AC_COPYRIGHT([$Id: configure.ac,v 1.4 2007/07/21 15:01:26 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])
107 107
108dnl 108dnl
109dnl Checks for header files. 109dnl Checks for header files.
110dnl 110dnl
111 111
112AC_CHECK_HEADERS(getopt.h link.h valgrind/memcheck.h) 112dnl AC_CHECK_HEADERS(getopt.h link.h valgrind/memcheck.h)
113AC_CHECK_HEADER(tr1/unordered_map, [], [AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])]) 113dnl AC_CHECK_HEADER(tr1/unordered_map, [], [AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])])
114 114
115AC_DEFINE(_REENTRANT, [1], [Define this]) 115AC_DEFINE(_REENTRANT, [1], [Define this])
116 116
117#-------------------------------------------------- 117#--------------------------------------------------
118# AC_ARG_WITH(boost, 118# AC_ARG_WITH(boost,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines