]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - configure.ac
Merge branch 'master' of ssh://gits.daterainc.com:2984/project/2013.KERNEL/bcache...
[bcachefs-tools-debian] / configure.ac
index f32ce3df1c121f30b8143ebfc5bfd6b6c1ef0557..5c86f950bd27d0262a95fd8c3fdb39a65045cffb 100644 (file)
@@ -2,22 +2,12 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT(bcache-tools, VERSION, BUG-REPORT-ADDRESS)
-AM_INIT_AUTOMAKE
+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])
 
-# Checks for programs.
-AC_PROG_CC
-
-# Checks for libraries.
-
-# Checks for header files.
-
-# Checks for typedefs, structures, and compiler characteristics.
-
-# Checks for library functions.
+m4_include([../BTools/cscript/ccpp.m4])
 
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT