From fc10e61267e43ea022959041d6f60c83995630da Mon Sep 17 00:00:00 2001 From: Rob Millner Date: Tue, 18 Mar 2014 19:15:39 +0000 Subject: [PATCH] Substitute proper package name --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 30a7e66e..a8039c00 100644 --- a/configure.ac +++ b/configure.ac @@ -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])