aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-02-12 23:08:49 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-02-12 23:08:49 +0200
commit1d1687c574bcbf5a7f54cb45763ad36fa70b3c2a (patch)
treeb61ae0ad99c3654684391c62bb1a1d29d1908273 /configure.ac
parent28c6a911174d2ce2672e44b55e3e09c05adfad3f (diff)
downloadping903-1d1687c574bcbf5a7f54cb45763ad36fa70b3c2a.tar.gz
ping903-1d1687c574bcbf5a7f54cb45763ad36fa70b3c2a.tar.bz2
Add manpages
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 44f4bc2..64a5f46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,11 +15,14 @@
# along with Ping903. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([ping903], [0.1], [gray@gnu.org])
+AC_INIT([Ping903], [0.1], [gray@gnu.org],
+ [ping903],
+ [https://puszcza.gnu.org.ua/projects/ping903/])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror 1.11.5 foreign tar-ustar silent-rules])
+AM_SILENT_RULES([yes])
# Checks for programs.
AC_PROG_CC
@@ -56,5 +59,5 @@ AC_TYPE_SIZE_T
# Checks for library functions.
AC_CHECK_FUNCS([gettimeofday])
-AC_CONFIG_FILES([Makefile src/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile])
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.