summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPekka Paalanen <ppaalanen@gmail.com>2012-08-29 15:49:48 +0300
committerKristian Høgsberg <krh@bitplanet.net>2012-08-29 15:32:05 -0400
commita91291c4d652a9bb64842a6e3e9d5085ac39526d (patch)
treeb466f70f700a5d1aae84f0d8d98945f32774e37b /configure.ac
parent467668c9a47b2bbe6d927e9679dafca61ffb324b (diff)
man: add man page for weston
It is not complete, but has lots of stuff already. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index efdd6b4..aa2caf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@ AM_SILENT_RULES([yes])
# Check for programs
AC_PROG_CC
AC_PROG_CXX
+AC_PROG_SED
# Initialize libtool
LT_PREREQ([2.2])
@@ -240,5 +241,6 @@ AC_CONFIG_FILES([Makefile
wcap/Makefile
data/Makefile
protocol/Makefile
+ man/Makefile
tests/Makefile])
AC_OUTPUT