]> git.sesse.net Git - bcachefs-tools-debian/blob - configure.ac
Add multiple bucket_sizes to make-bcache
[bcachefs-tools-debian] / configure.ac
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.61)
5 AC_INIT(bcache-tools, VERSION, BUG-REPORT-ADDRESS)
6 AM_INIT_AUTOMAKE
7 LT_INIT
8 AC_CONFIG_HEADER([config.h])
9 AC_CONFIG_MACRO_DIR([m4])
10
11 # Checks for programs.
12 AC_PROG_CC
13
14
15 # Checks for libraries.
16
17 # Checks for header files.
18
19 # Checks for typedefs, structures, and compiler characteristics.
20
21 # Checks for library functions.
22
23 AC_CONFIG_FILES([Makefile])
24 AC_OUTPUT