forked from barnowl/barnowl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigure.ac
164 lines (136 loc) · 5.42 KB
/
configure.ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
dnl Process this file with autoconf to produce a configure script.
AC_INIT([BarnOwl],[1.8dev],[[email protected]])
AM_INIT_AUTOMAKE([1.7.0 -Wall -Wno-portability foreign])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
AC_PROG_CC
AC_ARG_WITH([stack-protector],
[AS_HELP_STRING([--with-stack-protector],
[Enable gcc -fstack-protector])],
[],
[with_stack_protector=check])
AS_IF([test "x$with_stack_protector" != xno],
[AX_C_CHECK_FLAG([-fstack-protector],[],[],
[AM_CFLAGS="$AM_CFLAGS -fstack-protector"],
[if test "x$with_stack_protector" != xcheck; then
AC_MSG_FAILURE([--with-stack-protector selected, but gcc does support it.])
fi
])])
AC_CHECK_LIB(ncursesw, initscr,, AC_MSG_ERROR(No libncursesw found.))
AC_CHECK_LIB(panelw, update_panels,, AC_MSG_ERROR(No libpanelw found.))
AC_SEARCH_LIBS([gethostbyname], [nsl])
AC_SEARCH_LIBS([socket], [socket])
AC_SEARCH_LIBS([res_search], [resolv])
AC_ARG_WITH([zephyr],
[AS_HELP_STRING([--with-zephyr],
[Enable Zephyr support])],
[],
[with_zephyr=check])
AC_ARG_WITH([krb4],
AS_HELP_STRING([--with-krb4],
[Build with kerberos IV]))
AS_IF([test "x$with_zephyr" != xno],
[AS_IF([test "x$with_krb4" != "xno"],
[AC_MSG_CHECKING([for Kerberos IV])
AS_IF([krb5-config krb4 --libs >/dev/null 2>&1],
[AC_MSG_RESULT([yes])
AC_DEFINE([HAVE_KERBEROS_IV], [1], [Define if you have kerberos IV])
AM_CFLAGS="${AM_CFLAGS} `krb5-config krb4 --cflags`"
LIBS="${LIBS} `krb5-config krb4 --libs`"
],
[AC_MSG_RESULT([no])
AS_IF([test "x$with_krb4" = "xyes"],
[AC_MSG_ERROR([Kerberos IV requested but not found])])
PKG_CHECK_MODULES([LIBCRYPTO], [libcrypto])
AM_CFLAGS="${AM_CFLAGS} ${LIBCRYPTO_CFLAGS}"
LIBS="${LIBS} ${LIBCRYPTO_LIBS}"
])])
AC_CHECK_LIB([zephyr], [ZGetSender],
[LIBS="$LIBS -lzephyr"
AC_DEFINE([HAVE_LIBZEPHYR], [1],
[Define if you have libzephyr])
AC_CHECK_LIB([zephyr], [ZInitLocationInfo],
AC_DEFINE([HAVE_LIBZEPHYR_ZINITLOCATIONINFO], [1],
[Have ZInitLocationInfo]),)
AC_CHECK_LIB([com_err], [com_err])
AC_CHECK_HEADERS([com_err.h])
],
[if test "x$with_zephyr" != xcheck; then
AC_MSG_FAILURE(
[--with-zephyr was given, but libzephyr does not seem to be available.])
fi
])])
AC_CHECK_FUNCS([use_default_colors])
AC_CHECK_FUNCS([resizeterm], [], [AC_MSG_ERROR([No resizeterm found])])
AC_CHECK_FUNCS([des_string_to_key DES_string_to_key], [HAVE_DES_STRING_TO_KEY=1])
AC_CHECK_FUNCS([des_ecb_encrypt DES_ecb_encrypt], [HAVE_DES_ECB_ENCRYPT=1])
AC_CHECK_FUNCS([des_key_sched DES_key_sched], [HAVE_DES_KEY_SCHED=1])
dnl Checks for header files.
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
AC_HEADER_STDBOOL
AC_CHECK_HEADERS(strings.h sys/ioctl.h sys/filio.h unistd.h)
dnl Add CFLAGS for embeded perl
PERL_CFLAGS=`perl -MExtUtils::Embed -e ccopts`
AC_MSG_NOTICE([Adding perl CFLAGS ${PERL_CFLAGS}])
AM_CFLAGS="${AM_CFLAGS} ${PERL_CFLAGS}"
dnl Find the location of perl XSUBPP
AC_MSG_CHECKING(for the perl xsubpp precompiler)
XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
if test -n "${XSUBPPDIR}"; then
AC_MSG_RESULT(${XSUBPPDIR})
else
AC_MSG_ERROR(not found)
fi
if test -f "${XSUBPPDIR}/typemap"; then
XSUBPPFLAGS="-typemap ${XSUBPPDIR}/typemap"
else
XSUBPPFLAGS=""
fi
dnl Add LIBS for embedded perl
FOO=`perl -MExtUtils::Embed -e ldopts`
AC_MSG_NOTICE([Adding perl LIBS ${FOO}])
LIBS=${LIBS}\ ${FOO}
AC_CHECK_LIB([perl], [perl_alloc],, AC_MSG_ERROR([No libperl found]))
AX_PROG_PERL_MODULES([Class::Accessor::Fast],,
[AC_MSG_ERROR([cannot find perl module Class::Accessor::Fast.])])
AX_PROG_PERL_MODULES([PAR],,
[AC_MSG_WARN([PAR.pm not found. Loadable modules will be disabled.])])
dnl Add CFLAGS and LIBS for glib-2.0
PKG_CHECK_MODULES(GLIB,[glib-2.0 gobject-2.0])
AC_MSG_NOTICE([Adding glib-2.0 CFLAGS ${GLIB_CFLAGS}])
AM_CFLAGS="${GLIB_CFLAGS} ${AM_CFLAGS}"
AC_MSG_NOTICE([Adding glib-2.0 LIBS ${GLIB_LIBS}])
LIBS="${GLIB_LIBS} ${LIBS}"
if test "x${prefix}" = "xNONE"; then
prefix="${ac_default_prefix}"
fi
dnl Checks for typedefs, structures, and compiler characteristics.
AX_CFLAGS_WARN_ALL([AM_CFLAGS])
AX_C_CHECK_FLAG([-Wstrict-prototypes],[],[],[AM_CFLAGS="$AM_CFLAGS -Wstrict-prototypes"])
m4_foreach([myflag],
[[-Wno-pointer-sign],[-Wno-empty-body],[-Wno-unused-value]],
[AX_C_CHECK_FLAG([myflag],[],[],[LIBFAIM_CFLAGS="$LIBFAIM_CFLAGS myflag"])])
AM_CONDITIONAL([ENABLE_ZCRYPT], [test "$HAVE_DES_STRING_TO_KEY" && dnl
test "$HAVE_DES_KEY_SCHED" && dnl
test "$HAVE_DES_ECB_ENCRYPT"])
AM_CFLAGS="$AM_CFLAGS -D_XOPEN_SOURCE=500"
dnl Define _BSD_SOURCE because zephyr needs caddr_t.
AM_CFLAGS="$AM_CFLAGS -D_BSD_SOURCE"
dnl Define __EXTENSIONS__ for strcasecmp on Solaris.
AM_CFLAGS="$AM_CFLAGS -D__EXTENSIONS__"
AC_SUBST([AM_CFLAGS])
AC_SUBST([LIBFAIM_CFLAGS])
AC_SUBST(XSUBPPDIR)
AC_SUBST(XSUBPPFLAGS)
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_CHECK_PROG([HAVE_ZIP], [zip], [yes], [no])
if test "x${HAVE_ZIP}" = "xno"; then
AC_MSG_ERROR([cannot find a 'zip' binary.])
fi
AC_CONFIG_LIBOBJ_DIR([compat])
AC_REPLACE_FUNCS([memrchr])
AC_CONFIG_FILES([Makefile compat/Makefile libfaim/Makefile perl/Makefile perl/modules/Makefile])
AC_OUTPUT