]> git.ipfire.org Git - thirdparty/kmod.git/blame - configure.ac
configure: tweak the module_directory help string
[thirdparty/kmod.git] / configure.ac
CommitLineData
481ad145 1AC_PREREQ(2.64)
cb48c9b2 2AC_INIT([kmod],
aff617ea 3 [31],
e17cc3af 4 [linux-modules@vger.kernel.org],
cb48c9b2 5 [kmod],
bb05bc8a 6 [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])
586fc304
LDM
7
8AC_CONFIG_SRCDIR([libkmod/libkmod.c])
481ad145
LDM
9AC_CONFIG_MACRO_DIR([m4])
10AC_CONFIG_HEADERS(config.h)
ecd40ee4 11AC_CONFIG_AUX_DIR([build-aux])
481ad145 12
ecd40ee4
LDM
13AC_USE_SYSTEM_EXTENSIONS
14AC_SYS_LARGEFILE
ecd40ee4 15AC_PREFIX_DEFAULT([/usr])
f5cc26c7 16AM_MAINTAINER_MODE([enable])
481ad145
LDM
17AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests])
18AM_SILENT_RULES([yes])
19LT_INIT([disable-static pic-only])
ecd40ee4 20
fae77516
LDM
21AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by kmod])])
22AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by kmod])])
b7016153 23
ecef7c13
MS
24module_compressions=""
25module_signatures="legacy"
26
3ef7208e
LDM
27#####################################################################
28# Program checks and configurations
29#####################################################################
30
9faa7b37
KS
31AC_PROG_SED
32AC_PROG_MKDIR_P
481ad145 33AC_PROG_LN_S
7b3a74fc 34PKG_PROG_PKG_CONFIG
bccb4b25 35AC_PATH_PROG([XSLTPROC], [xsltproc])
3d8226ed 36
481ad145 37AC_PROG_CC_C99
3ef7208e
LDM
38
39#####################################################################
40# Function and structure checks
41#####################################################################
42
d005aeb7 43AC_CHECK_FUNCS_ONCE(__xstat)
41a51c2a 44AC_CHECK_FUNCS_ONCE([__secure_getenv secure_getenv])
55112d19 45AC_CHECK_FUNCS_ONCE([finit_module])
d005aeb7 46
e6307200
LDM
47CC_CHECK_FUNC_BUILTIN([__builtin_clz])
48CC_CHECK_FUNC_BUILTIN([__builtin_types_compatible_p])
aac5f451
LDM
49CC_CHECK_FUNC_BUILTIN([__builtin_uaddl_overflow], [ ], [ ])
50CC_CHECK_FUNC_BUILTIN([__builtin_uaddll_overflow], [ ], [ ])
e6307200 51
3ef7208e
LDM
52# dietlibc doesn't have st.st_mtim struct member
53AC_CHECK_MEMBERS([struct stat.st_mtim], [], [], [#include <sys/stat.h>])
54
04c0956e
LDM
55# musl 1.0 and bionic 4.4 don't have strndupa
56AC_CHECK_DECLS_ONCE([strndupa])
57
9b34db1a
RM
58# RHEL 5 and older do not have be32toh
59AC_CHECK_DECLS_ONCE([be32toh])
60
144d1826
KC
61# Check kernel headers
62AC_CHECK_HEADERS_ONCE([linux/module.h])
63
dc8ed09f
TP
64AC_MSG_CHECKING([whether _Static_assert() is supported])
65AC_COMPILE_IFELSE(
66 [AC_LANG_SOURCE([[_Static_assert(1, "Test");]])],
67 [AC_DEFINE([HAVE_STATIC_ASSERT], [1], [Define if _Static_assert() is available])
68 AC_MSG_RESULT([yes])],
69 [AC_MSG_RESULT([no])])
3ef7208e 70
16a62c7a
LDM
71AC_MSG_CHECKING([whether _Noreturn is supported])
72AC_COMPILE_IFELSE(
035e6667
FW
73 [AC_LANG_SOURCE([[#include <stdlib.h>
74 _Noreturn int foo(void) { exit(0); }]])],
16a62c7a
LDM
75 [AC_DEFINE([HAVE_NORETURN], [1], [Define if _Noreturn is available])
76 AC_MSG_RESULT([yes])],
77 [AC_MSG_RESULT([no])])
78
79
3ef7208e
LDM
80#####################################################################
81# --with-
82#####################################################################
83
8463809f
MS
84AC_ARG_WITH([distconfdir], AS_HELP_STRING([--with-distconfdir=DIR], [directory to search for distribution configuration files]),
85 [], [with_distconfdir='${prefix}/lib'])
86AC_SUBST([distconfdir], [$with_distconfdir])
87
e79bf83b
KS
88AC_ARG_WITH([rootlibdir],
89 AS_HELP_STRING([--with-rootlibdir=DIR], [rootfs directory to install shared libraries]),
90 [], [with_rootlibdir=$libdir])
91AC_SUBST([rootlibdir], [$with_rootlibdir])
92
9d1fb317
MS
93# Ideally this would be $prefix/lib/modules but default to /lib/modules for compatibility with earlier versions
94AC_ARG_WITH([module_directory],
607abb81 95 AS_HELP_STRING([--with-module-directory=DIR], [directory in which to look for kernel modules @<:@default=/lib/modules@:>@]),
9d1fb317
MS
96 [], [with_module_directory=/lib/modules])
97AC_SUBST([module_directory], [$with_module_directory])
98
48b0c75f
MS
99# Check all directory arguments for consistency.
100for ac_var in distconfdir rootlibdir module_directory
101do
102 eval ac_val=\$$ac_var
103 # Remove trailing slashes.
104 case $ac_val in
105 */ )
106 ac_val=`expr "X$ac_val" : 'X\(.*@<:@^/@:>@\)' \| "X$ac_val" : 'X\(.*\)'`
107 eval $ac_var=\$ac_val;;
108 esac
109 # Be sure to have absolute directory names.
110 case $ac_val in
111 @<:@\\/$@:>@* | ?:@<:@\\/@:>@* ) continue;;
112 esac
113 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
114done
115
3821e197
TM
116AC_ARG_WITH([zstd],
117 AS_HELP_STRING([--with-zstd], [handle Zstandard-compressed modules @<:@default=disabled@:>@]),
118 [], [with_zstd=no])
119AS_IF([test "x$with_zstd" != "xno"], [
3d1bd339 120 PKG_CHECK_MODULES([libzstd], [libzstd >= 1.4.4], [LIBS="$LIBS $libzstd_LIBS"])
3821e197 121 AC_DEFINE([ENABLE_ZSTD], [1], [Enable Zstandard for modules.])
ecef7c13 122 module_compressions="zstd $module_compressions"
3821e197
TM
123], [
124 AC_MSG_NOTICE([Zstandard support not requested])
125])
126CC_FEATURE_APPEND([with_features], [with_zstd], [ZSTD])
127
b182f8fb
JE
128AC_ARG_WITH([xz],
129 AS_HELP_STRING([--with-xz], [handle Xz-compressed modules @<:@default=disabled@:>@]),
130 [], [with_xz=no])
131AS_IF([test "x$with_xz" != "xno"], [
3d1bd339 132 PKG_CHECK_MODULES([liblzma], [liblzma >= 4.99], [LIBS="$LIBS $liblzma_LIBS"])
b182f8fb 133 AC_DEFINE([ENABLE_XZ], [1], [Enable Xz for modules.])
ecef7c13 134 module_compressions="xz $module_compressions"
b182f8fb
JE
135], [
136 AC_MSG_NOTICE([Xz support not requested])
137])
4671e03e 138CC_FEATURE_APPEND([with_features], [with_xz], [XZ])
b182f8fb 139
5a51a357
JE
140AC_ARG_WITH([zlib],
141 AS_HELP_STRING([--with-zlib], [handle gzipped modules @<:@default=disabled@:>@]),
142 [], [with_zlib=no])
143AS_IF([test "x$with_zlib" != "xno"], [
3d1bd339 144 PKG_CHECK_MODULES([zlib], [zlib], [LIBS="$LIBS $zlib_LIBS"])
7b3a74fc 145 AC_DEFINE([ENABLE_ZLIB], [1], [Enable zlib for modules.])
ecef7c13 146 module_compressions="gzip $module_compressions"
cfb908bf
LDM
147], [
148 AC_MSG_NOTICE([zlib support not requested])
cfb908bf 149])
4671e03e 150CC_FEATURE_APPEND([with_features], [with_zlib], [ZLIB])
3d8226ed 151
391b4714
YK
152AC_ARG_WITH([openssl],
153 AS_HELP_STRING([--with-openssl], [handle PKCS7 signatures @<:@default=disabled@:>@]),
154 [], [with_openssl=no])
155AS_IF([test "x$with_openssl" != "xno"], [
3d1bd339 156 PKG_CHECK_MODULES([libcrypto], [libcrypto >= 1.1.0], [LIBS="$LIBS $libcrypto_LIBS"])
391b4714 157 AC_DEFINE([ENABLE_OPENSSL], [1], [Enable openssl for modinfo.])
ecef7c13 158 module_signatures="PKCS7 $module_signatures"
391b4714
YK
159], [
160 AC_MSG_NOTICE([openssl support not requested])
161])
8e266b9e 162CC_FEATURE_APPEND([with_features], [with_openssl], [LIBCRYPTO])
391b4714 163
80cf2c8f
LDM
164AC_ARG_WITH([bashcompletiondir],
165 AS_HELP_STRING([--with-bashcompletiondir=DIR], [Bash completions directory]),
166 [],
167 [AS_IF([$($PKG_CONFIG --exists bash-completion)], [
168 with_bashcompletiondir=$($PKG_CONFIG --variable=completionsdir bash-completion)
169 ] , [
170 with_bashcompletiondir=${datadir}/bash-completion/completions
171 ])])
172AC_SUBST([bashcompletiondir], [$with_bashcompletiondir])
3ef7208e
LDM
173
174#####################################################################
175# --enable-
176#####################################################################
177
013e8550
LDM
178AC_ARG_ENABLE([experimental],
179 AS_HELP_STRING([--enable-experimental], [enable experimental tools and features. Do not enable it unless you know what you are doing. @<:@default=disabled@:>@]),
180 [], enable_experimental=no)
181AM_CONDITIONAL([BUILD_EXPERIMENTAL], [test "x$enable_experimental" = "xyes"])
182AS_IF([test "x$enable_experimental" = "xyes"], [
183 AC_DEFINE(ENABLE_EXPERIMENTAL, [1], [Experimental features.])
184])
4671e03e 185CC_FEATURE_APPEND([with_features], [enable_experimental], [EXPERIMENTAL])
013e8550 186
3ef7208e
LDM
187AC_ARG_ENABLE([tools],
188 AS_HELP_STRING([--disable-tools], [disable building tools that provide same functionality as module-init-tools @<:@default=enabled@:>@]),
189 [], enable_tools=yes)
190AM_CONDITIONAL([BUILD_TOOLS], [test "x$enable_tools" = "xyes"])
191
8631552d
CW
192AC_ARG_ENABLE([manpages],
193 AS_HELP_STRING([--disable-manpages], [disable manpages @<:@default=enabled@:>@]),
194 [], enable_manpages=yes)
195AM_CONDITIONAL([BUILD_MANPAGES], [test "x$enable_manpages" = "xyes"])
196
23603f1f
LDM
197AC_ARG_ENABLE([test-modules],
198 AS_HELP_STRING([--disable-test-modules], [disable building test modules during make check: cached modules will be used @<:@default=enabled@:>@]),
199 [], enable_test_modules=yes)
200AM_CONDITIONAL([BUILD_MODULES], [test "x$enable_test_modules" = "xyes"])
201
3ef7208e
LDM
202AC_ARG_ENABLE([logging],
203 AS_HELP_STRING([--disable-logging], [disable system logging @<:@default=enabled@:>@]),
204 [], enable_logging=yes)
205AS_IF([test "x$enable_logging" = "xyes"], [
206 AC_DEFINE(ENABLE_LOGGING, [1], [System logging.])
207])
208
ecd40ee4
LDM
209AC_ARG_ENABLE([debug],
210 AS_HELP_STRING([--enable-debug], [enable debug messages @<:@default=disabled@:>@]),
211 [], [enable_debug=no])
212AS_IF([test "x$enable_debug" = "xyes"], [
213 AC_DEFINE(ENABLE_DEBUG, [1], [Debug messages.])
214])
215
e9b0d1b4
LDM
216AC_ARG_ENABLE([coverage],
217 AS_HELP_STRING([--enable-coverage], [enable test coverage @<:@default=disabled@:>@]),
218 [], [enable_coverage=no])
219AS_IF([test "x$enable_coverage" = "xyes"], [
220 AC_CHECK_PROG(have_coverage, [lcov], [yes], [no])
221 AS_IF([test "x$have_coverage" = xno],[
222 AC_MSG_ERROR([*** lcov support requested but the program was not found])
223 ], [
224 lcov_version_major="`lcov --version | cut -d ' ' -f 4 | cut -d '.' -f 1`"
225 lcov_version_minor="`lcov --version | cut -d ' ' -f 4 | cut -d '.' -f 2`"
226 AS_IF([test "$lcov_version_major" -lt 1 -o "$lcov_version_minor" -lt 10], [
227 AC_MSG_ERROR([*** lcov version is too old. 1.10 required])
228 ], [
229 have_coverage=yes
230 CC_CHECK_FLAGS_APPEND([with_coverage_cflags], [CFLAGS], [\
231 -fprofile-arcs \
232 -ftest-coverage])
233 ])
234 ])
235])
236AM_CONDITIONAL([ENABLE_COVERAGE], [test "x$enable_coverage" = "xyes"])
237
3ef7208e
LDM
238m4_ifdef([GTK_DOC_CHECK], [
239GTK_DOC_CHECK([1.14],[--flavour no-tmpl-flat])
240], [
241AM_CONDITIONAL([ENABLE_GTK_DOC], false)])
242
3ef7208e
LDM
243#####################################################################
244# Default CFLAGS and LDFLAGS
245#####################################################################
6068aaae 246
e48f3765
LDM
247CC_CHECK_FLAGS_APPEND(with_cflags, [CFLAGS], [\
248 -pipe \
249 -DANOTHER_BRICK_IN_THE \
250 -Wall \
251 -W \
252 -Wextra \
253 -Wno-inline \
254 -Wvla \
255 -Wundef \
256 -Wformat=2 \
257 -Wlogical-op \
258 -Wsign-compare \
259 -Wformat-security \
260 -Wmissing-include-dirs \
261 -Wformat-nonliteral \
262 -Wold-style-definition \
263 -Wpointer-arith \
264 -Winit-self \
265 -Wdeclaration-after-statement \
266 -Wfloat-equal \
267 -Wmissing-prototypes \
268 -Wstrict-prototypes \
269 -Wredundant-decls \
270 -Wmissing-declarations \
271 -Wmissing-noreturn \
272 -Wshadow \
273 -Wendif-labels \
db62153e 274 -Wstrict-aliasing=3 \
e48f3765
LDM
275 -Wwrite-strings \
276 -Wno-long-long \
277 -Wno-overlength-strings \
278 -Wno-unused-parameter \
279 -Wno-missing-field-initializers \
280 -Wno-unused-result \
281 -Wnested-externs \
282 -Wchar-subscripts \
283 -Wtype-limits \
284 -Wuninitialized \
285 -fno-common \
286 -fdiagnostics-show-option \
287 -fvisibility=hidden \
288 -ffunction-sections \
289 -fdata-sections])
27bcc911 290AC_SUBST([OUR_CFLAGS], "$with_cflags $with_coverage_cflags")
e48f3765 291
c677bf2c 292
e48f3765
LDM
293CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [ \
294 -Wl,--as-needed \
a5f799af 295 -Wl,--no-undefined \
e48f3765 296 -Wl,--gc-sections])
84aaaedf 297AC_SUBST([OUR_LDFLAGS], $with_ldflags)
3ef7208e 298
4671e03e
LDM
299AC_DEFINE_UNQUOTED(KMOD_FEATURES, ["$with_features"], [Features in this build])
300
3ef7208e
LDM
301#####################################################################
302# Generate files from *.in
303#####################################################################
304
ecef7c13
MS
305AC_SUBST([module_compressions], $module_compressions)
306AC_SUBST([module_signatures], $module_signatures)
307
ecd40ee4
LDM
308AC_CONFIG_FILES([
309 Makefile
904b57d0 310 man/Makefile
646b83b8
LDM
311 libkmod/docs/Makefile
312 libkmod/docs/version.xml
e4c1a5b2 313 libkmod/libkmod.pc
ecef7c13 314 tools/kmod.pc
ecd40ee4
LDM
315])
316
3ef7208e
LDM
317
318#####################################################################
646b83b8 319
ecd40ee4
LDM
320AC_OUTPUT
321AC_MSG_RESULT([
322 $PACKAGE $VERSION
80cf2c8f 323 =======
ecd40ee4 324
9d1fb317 325 module_directory: ${module_directory}
ecd40ee4
LDM
326 prefix: ${prefix}
327 sysconfdir: ${sysconfdir}
8463809f 328 distconfdir: ${distconfdir}
ecd40ee4 329 libdir: ${libdir}
e79bf83b 330 rootlibdir: ${rootlibdir}
ecd40ee4 331 includedir: ${includedir}
7c41c2dd 332 bindir: ${bindir}
80cf2c8f 333 Bash completions dir: ${with_bashcompletiondir}
ecd40ee4
LDM
334
335 compiler: ${CC}
e48f3765
LDM
336 cflags: ${with_cflags} ${CFLAGS}
337 ldflags: ${with_ldflags} ${LDFLAGS}
ecd40ee4 338
013e8550 339 experimental features: ${enable_experimental}
7c41c2dd 340 tools: ${enable_tools}
ecd40ee4 341 logging: ${enable_logging}
3821e197 342 compression: zstd=${with_zstd} xz=${with_xz} zlib=${with_zlib}
ecd40ee4 343 debug: ${enable_debug}
e9b0d1b4 344 coverage: ${enable_coverage}
646b83b8 345 doc: ${enable_gtk_doc}
382de85c 346 man: ${enable_manpages}
23603f1f 347 test-modules: ${enable_test_modules}
4671e03e
LDM
348
349 features: ${with_features}
ecd40ee4 350])