aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
blob: 6b7a54c5316255b1af2e6a615359106f76455058 (about) (plain)
1
2
3
4
5
6
AC_PREREQ([2.69])
AC_INIT([whispers-doc], [0.1], [runciter@whispers-vpn.org])
AM_INIT_AUTOMAKE([])

AC_CONFIG_FILES([Makefile doc/Makefile])
AC_OUTPUT