dnl
AC_PREREQ(2.57)
-AC_INIT(util-vserver, 0.29.197, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.29.198, enrico.scholz@informatik.tu-chemnitz.de)
AC_CONFIG_SRCDIR([src/capchroot.c])
AC_CONFIG_HEADER([config.h])
AC_PATH_PROGS(SED, [sed], [sed])
AC_PATH_PROGS(CMP, [cmp], [cmp])
AC_PATH_PROGS(WGET, [wget], [wget])
+AC_PATH_PROGS(DOXYGEN, [doxygen], [:])
ENSC_CHECK_CC_FLAG([-std=c99 -Wall -pedantic -W])
ENSC_CHECK_CXX_FLAG([-ansi -Wall -pedantic -W -fmessage-length=0])
AH_BOTTOM([#include "compat.h"])
AC_CONFIG_COMMANDS_PRE([echo "$FEATURES_TXT" >FEATURES.txt])
-AC_CONFIG_FILES([util-vserver.spec Makefile distrib/Makefile])
+AC_CONFIG_FILES([util-vserver.spec Makefile distrib/Makefile lib/apidoc/Doxyfile])
AC_OUTPUT
AC_MSG_NOTICE([
BuildRequires: mount vconfig gawk iproute
BuildRequires: gcc-c++ wget
BuildRequires: e2fsprogs-devel
+BuildRequires: doxygen tetex-latex
Requires(post): %__chattr
%{!?_without_dietlibc:BuildRequires: dietlibc >= 0:0.22}
%build
%configure --with-initrddir=%_initrddir --enable-release \
%{?_without_dietlibc:--disable-dietlibc}
-%__make %{?_smp_mflags}
+%__make %{?_smp_mflags} all doc
%install
%files devel -f %name-devel.list
%defattr(-,root,root,-)
+%doc lib/apidoc/latex/refman.pdf
+%doc lib/apidoc/html
%changelog