| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | dnl $Id: configure.ac,v 7.124 2005/09/20 14:59:28 adx Exp $ |
| 1 | > | dnl $Id$ |
| 2 | dnl Process this file with autoconf to produce a configure script. | |
| 3 | ||
| 4 | dnl TODO: clean up all the OpenSSL and shared module checking stuff; | |
| # | Line 8 | Line 8 | dnl said functions need to be just about | |
| 8 | AC_PREREQ(2.57) | |
| 9 | ||
| 10 | dnl Sneaky way to get an Id tag into the configure script | |
| 11 | < | AC_COPYRIGHT([$Id: configure.ac,v 7.124 2005/09/20 14:59:28 adx Exp $]) |
| 11 | > | AC_COPYRIGHT([$Id$]) |
| 12 | ||
| 13 | AC_INIT([ircd-hybrid],[7.2]) | |
| 14 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |