mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
5a71c13062
Change-Id: I2f9e09ee6a927f7f89207914745ef50b6493e4b9
14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
# -*- Autoconf -*-
|
|
# Process this file with autoconf to produce a configure script.
|
|
|
|
AC_PREREQ(2.61)
|
|
AC_INIT(m4_esyscmd([echo -n $PACKAGE]), m4_esyscmd([echo -n $DATERA_VERSION]), m4_esyscmd([echo -n $SUPPORT_EMAIL]))
|
|
LT_INIT
|
|
AC_CONFIG_HEADER([config.h])
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
|
|
m4_include([../BTools/cscript/ccpp.m4])
|
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_OUTPUT
|