ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/configure.ac
Revision: 8147
Committed: Wed Apr 5 12:37:06 2017 UTC (6 years, 11 months ago) by michael
Content type: application/pkix-attr-cert
File size: 1191 byte(s)
Log Message:
- Bump version to hopm-1.1.4

File Contents

# User Rev Content
1 michael 5052 dnl Process this file with autoconf to produce a configure script.
2 michael 5314
3     AC_REVISION([$Id$])
4     AC_PREREQ(2.69)
5    
6 michael 8147 AC_INIT([hopm], [1.1.4], [bugs@ircd-hybrid.org])
7 michael 5943 AM_INIT_AUTOMAKE(1.15)
8 michael 5314 AM_MAINTAINER_MODE
9 michael 5052 AC_CONFIG_SRCDIR(src/opercmd.h)
10 michael 5145 AC_CONFIG_HEADER(src/setup.h)
11 michael 6099 AC_CONFIG_MACRO_DIR([m4])
12 michael 5061 AC_PREFIX_DEFAULT([\${HOME}/hopm])
13 michael 5052
14     dnl Checks for programs.
15 michael 5059 AC_PROG_CC_C99
16     AS_IF([test "$ac_cv_prog_cc_c99" = "no"],
17     [AC_MSG_ERROR([no suitable C99 compiler found. Aborting.])])
18 michael 6106 LT_INIT
19 michael 5052
20     dnl check for yacc
21     AC_PROG_INSTALL
22     AC_PROG_YACC
23    
24     dnl check for lexx
25     AM_PROG_LEX
26    
27 michael 6102 GCC_STACK_PROTECT_CC
28     GCC_STACK_PROTECT_LIB
29    
30 michael 6100 AX_LIBRARY_NET
31 michael 6222 AX_ARG_OPENSSL
32 michael 6100 AX_ARG_ENABLE_ASSERT
33 michael 6183 AX_ARG_ENABLE_WARNINGS
34 michael 5052
35 michael 5264 AC_CHECK_FUNCS(strlcpy strlcat)
36 michael 5052
37 michael 5260 AC_CONFIG_FILES(Makefile doc/Makefile src/Makefile src/libopm/Makefile src/libopm/src/Makefile)
38 michael 5122 AC_OUTPUT
39 michael 5052
40    
41 michael 5110 echo "###############################################################################"
42     echo "Configuration complete. Type make (or gmake on some *BSD machines) to compile."
43 michael 5052 echo
44 michael 5110 echo "HOPM will be installed in ${prefix}. To change this, run:"
45 michael 5052 echo " ./configure --prefix=DIRECTORY"
46 michael 5110 echo "###############################################################################"

Properties

Name Value
svn:eol-style native
svn:keywords Id