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

Comparing ermyth/configure.ac (file contents):
Revision 1.4 by pippijn, Sat Jul 21 15:01:26 2007 UTC vs.
Revision 1.5 by pippijn, Sat Jul 21 15:05:40 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.4 2007/07/21 15:01:26 pippijn Exp $ 5dnl $Id: configure.ac,v 1.5 2007/07/21 15:05:40 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.4 2007/07/21 15:01:26 pippijn Exp $]) 14AC_COPYRIGHT([$Id: configure.ac,v 1.5 2007/07/21 15:05:40 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])
60 60
61dnl 61dnl
62dnl Source generation 62dnl Source generation
63dnl 63dnl
64 64
65CALLBACKS=`$PERL $srcdir/include/gencallbacks.pl 7` 65CALLBACKS=`$PERL $srcdir/include/common/gencallbacks.pl 7`
66AC_SUBST(CALLBACKS) 66AC_SUBST(CALLBACKS)
67 67
68dnl 68dnl
69dnl GNU gettext 69dnl GNU gettext
70dnl 70dnl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines