1 |
dnl Process this file with autoconf to produce a configure script. |
dnl Process this file with autoconf to produce a configure script. |
2 |
AC_INIT([hopm], [1.0.0], [bugs@ircd-hybrid.org]) |
|
3 |
|
AC_REVISION([$Id$]) |
4 |
|
AC_PREREQ(2.69) |
5 |
|
|
6 |
|
AC_INIT([hopm], [1.0.1], [bugs@ircd-hybrid.org]) |
7 |
|
AM_INIT_AUTOMAKE(1.14.1) |
8 |
|
AM_MAINTAINER_MODE |
9 |
AC_CONFIG_SRCDIR(src/opercmd.h) |
AC_CONFIG_SRCDIR(src/opercmd.h) |
10 |
AC_CONFIG_HEADER(src/setup.h) |
AC_CONFIG_HEADER(src/setup.h) |
|
AM_INIT_AUTOMAKE() |
|
11 |
AC_PREFIX_DEFAULT([\${HOME}/hopm]) |
AC_PREFIX_DEFAULT([\${HOME}/hopm]) |
|
AM_MAINTAINER_MODE |
|
12 |
|
|
13 |
dnl Checks for programs. |
dnl Checks for programs. |
14 |
AC_PROG_CC_C99 |
AC_PROG_CC_C99 |