1# Autoconf requirements
2
3AC_INIT(chroot_safe, 1.4)
4AC_CONFIG_SRCDIR(chroot_safe.cpp)
5AC_PROG_INSTALL
6AC_CONFIG_FILES([chroot_safe chroot_safe.1 Makefile])
7AC_OUTPUT
8