ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/configure.ac
(Generate patch)

Comparing hopm/branches/1.0.x/configure.ac (file contents):
Revision 5265 by michael, Thu Jan 1 18:17:13 2015 UTC vs.
Revision 5267 by michael, Thu Jan 1 18:50:21 2015 UTC

# Line 1 | Line 1
1   dnl Process this file with autoconf to produce a configure script.
2 < AC_INIT(hopm, [1.0.0beta2])
2 > AC_INIT([hopm], [1.0.0beta2], [bugs@ircd-hybrid.org])
3   AC_CONFIG_SRCDIR(src/opercmd.h)
4   AC_CONFIG_HEADER(src/setup.h)
5   AM_INIT_AUTOMAKE()
# Line 12 | Line 12 | AS_IF([test "$ac_cv_prog_cc_c99" = "no"]
12      [AC_MSG_ERROR([no suitable C99 compiler found. Aborting.])])
13   AC_PROG_LIBTOOL
14  
15 dnl Checks for libraries.
16
17 AC_CHECK_HEADERS(sys/time.h)
18
19 dnl Checks for typedefs, structures, and compiler characteristics.
20 AC_HEADER_TIME
21
15   dnl check for yacc
16   AC_PROG_INSTALL
17   AC_PROG_YACC

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines