]> git.sesse.net Git - bcachefs-tools-debian/blob - configure.ac
bcacheadm: format bug fixes
[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 # Checks for libraries.
15
16 # Checks for header files.
17
18 # Checks for typedefs, structures, and compiler characteristics.
19
20 # Checks for library functions.
21
22 AC_CONFIG_FILES([Makefile])
23 AC_OUTPUT