Substitute proper package name

This commit is contained in:
Rob Millner 2014-03-18 19:15:39 +00:00
parent 9d3f3f0f8e
commit fc10e61267

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
AC_INIT(bcache-tools, VERSION, BUG-REPORT-ADDRESS)
AM_INIT_AUTOMAKE
LT_INIT
AC_CONFIG_HEADER([config.h])