bcachefs-tools/configure.ac
Claudio Fleiner 5a71c13062 update version and build
Change-Id: I2f9e09ee6a927f7f89207914745ef50b6493e4b9
2014-12-24 10:18:26 -08:00

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