--- ermyth/configure.ac 2007/09/16 18:54:41 1.11 +++ ermyth/configure.ac 2007/09/22 14:27:25 1.12 @@ -1,17 +1,22 @@ +dnl configure.ac: Process this file with autoconf to produce a configure script. +dnl dnl Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team -dnl Copyright © 2005 Atheme Development Group +dnl Rights to this code are as documented in COPYING. +dnl +dnl +dnl Portions of this file were derived from sources bearing the following license: +dnl Copyright © 2003-2004 E. Will et al. dnl Rights to this code are documented in doc/pod/license.pod. dnl -dnl $Id: configure.ac,v 1.11 2007/09/16 18:54:41 pippijn Exp $ - -dnl Process this file with autoconf to produce a configure script. +dnl $Id: configure.ac,v 1.12 2007/09/22 14:27:25 pippijn Exp $ +dnl AC_PREREQ(2.59) AC_INIT([ermyth], [2.3], [ermyth@one09.net]) AC_CONFIG_HEADER(include/sysconf.h) AC_CONFIG_AUX_DIR(autoconf) -AC_COPYRIGHT([$Id: configure.ac,v 1.11 2007/09/16 18:54:41 pippijn Exp $]) +AC_COPYRIGHT([$Id: configure.ac,v 1.12 2007/09/22 14:27:25 pippijn Exp $]) AC_PREFIX_DEFAULT(~/PACKAGE) @@ -673,6 +678,10 @@ AC_OUTPUT([ Makefile doc/Makefile + libermyth/Makefile + libermyth/Makefile.common + libermyth/Makefile.defs + libermyth/util/Makefile modules/Makefile modules/Makefile.common modules/Makefile.defs