summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-19 23:31:32 +0200
committerPeter Simons <simons@cryp.to>2009-07-19 23:31:32 +0200
commitbe376970a043b4e79666d9e158a3f65d0e1bae16 (patch)
treec0547301a88259e538b30f251f2ae6aeef43bcd8 /configure.ac
parentc610f4156aa279ce7e504410ea83b277630e53c5 (diff)
downloadautoconf-archive-be376970a043b4e79666d9e158a3f65d0e1bae16.tar.gz
build: disable HTML installation for the time being
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 4 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index eea5b77..17b8177 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
dnl configure the Autoconf Archive
-AC_INIT([autoconf-archive], [2009-04-29], [simons@cryp.to])
-AM_INIT_AUTOMAKE([-Wall gnu no-dist-gzip dist-bzip2])
-AC_CONFIG_SRCDIR([html/autoconf-archive.css])
-
+AC_INIT([autoconf-archive], [2009-07-19], [autoconf-archive-maintainers@nongnu.org])
+AC_CONFIG_AUX_DIR([build-aux])
+AM_INIT_AUTOMAKE([-Wall gnu dist-bzip2])
+AC_CONFIG_SRCDIR([m4/ax_have_epoll.m4])
AC_COPYRIGHT([dnl
Copyright (c) 2009 by Peter Simons <simons@cryp.to>
@@ -25,13 +25,5 @@ done
AC_SUBST([M4SOURCE])
AC_MSG_RESULT([done])
-AC_MSG_CHECKING([for available documentation])
-HTMLDOC=""
-for n in ${srcdir}/html/*.html ${srcdir}/html/*.css ; do
- HTMLDOC="${HTMLDOC} ${n}"
-done
-AC_SUBST([HTMLDOC])
-AC_MSG_RESULT([done])
-
AC_CONFIG_FILES([Makefile])
AC_OUTPUT