summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-09-15 11:46:15 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-09-15 11:46:15 +0300
commitcb9e8d9039f14486fecbf1a4b7a5d8ba69514920 (patch)
tree1d4d9ee3b2b776daba011e8c1097fab1fd2b1240 /configure.ac
parent5800aa64e86acd77a2e38c7845267d8bfe001e13 (diff)
downloadfileserv-cb9e8d9039f14486fecbf1a4b7a5d8ba69514920.tar.gz
fileserv-cb9e8d9039f14486fecbf1a4b7a5d8ba69514920.tar.bz2
Add documentation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 20 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d437c68..28c7349 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,20 @@
+# -*- Autoconf -*-
+# This file is part of fileserv.
+# Copyright (C) 2017 Sergey Poznyakoff
+#
+# Fileserv is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Fileserv is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with fileserv. If not, see <http://www.gnu.org/licenses/>.
+
AC_INIT([fileserv], 0.1, [gray+fileserv@gnu.org.ua])
AC_CONFIG_SRCDIR([fileserv.c])
AM_INIT_AUTOMAKE([1.11 foreign tar-ustar dist-xz silent-rules])
@@ -7,7 +24,9 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_RANLIB
AC_CHECK_LIB([microhttpd],[MHD_start_daemon],[],
- [AC_MSG_ERROR([required library microhttpd not found])])
+ [AC_MSG_ERROR([required library microhttpd not found
+
+Please see https://www.gnu.org/software/libmicrohttpd for download instructions.])])
AC_CHECK_LIB([pthread],[pthread_sigmask])
AC_CHECK_LIB([wrap], [main])
AC_CHECK_LIB([nsl], [main])

Return to:

Send suggestions and report system problems to the System administrator.