configure.ac: properly initialise package name

This commit is contained in:
Evgeny Grin (Karlson2k)
2016-09-27 14:33:58 +00:00
parent 16f007220d
commit 2ed7b460b3
+1 -1
View File
@@ -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])