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

Comparing hopm/trunk/configure.ac (file contents):
Revision 5134 by michael, Thu Dec 25 18:50:02 2014 UTC vs.
Revision 5157 by michael, Fri Dec 26 17:16:28 2014 UTC

# Line 1 | Line 1
1   dnl Process this file with autoconf to produce a configure script.
2   AC_INIT(hopm, [1.0.0beta1])
3   AC_CONFIG_SRCDIR(src/opercmd.h)
4 < AM_CONFIG_HEADER(src/setup.h)
4 > AC_CONFIG_HEADER(src/setup.h)
5   AM_INIT_AUTOMAKE()
6   AC_PREFIX_DEFAULT([\${HOME}/hopm])
7   AM_MAINTAINER_MODE
# Line 65 | Line 65 | AC_CHECK_FUNCS(gethostbyname)
65   dnl AIX fun
66   AC_C_BIGENDIAN
67  
68 AC_CHECK_SIZEOF(int)
69 AC_CHECK_SIZEOF(short)
70 AC_CHECK_SIZEOF(long)
71
72
73 AH_BOTTOM([
74 #if SIZEOF_INT==4
75 typedef signed int int32;
76 typedef unsigned int uint32;
77 #elif SIZEOF_LONG==4
78 typedef signed long int32;
79 typedef unsigned long uint32;
80 #else
81 #  error "No 32-bit integer type!"
82 #endif
83
84 #if SIZEOF_SHORT!=2
85 #  error "Your short int data type is not 2 bytes: hopm (firedns) is not going to work for you."
86 #endif
87 ])
68  
69   AC_CONFIG_SUBDIRS(src/libopm)
70  

Comparing hopm/trunk/configure.ac (property svn:eol-style):
Revision 5134 by michael, Thu Dec 25 18:50:02 2014 UTC vs.
Revision 5157 by michael, Fri Dec 26 17:16:28 2014 UTC

# Line 0 | Line 1
1 + native

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)