commit 2ed7b460b38a6fbf2df2acf8deaafa7448dfbfae
parent 16f007220de01eefa2874130047d7f1956d66925
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 27 Sep 2016 14:33:58 +0000
configure.ac: properly initialise package name
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -22,7 +22,7 @@
#
AC_PREREQ([2.60])
LT_PREREQ([2.4.0])
-AC_INIT([libmicrohttpd],[0.9.51],[libmicrohttpd@gnu.org])
+AC_INIT([GNU Libmicrohttpd],[0.9.51],[libmicrohttpd@gnu.org])
AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
AC_CONFIG_HEADERS([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])