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

AC_CONFIG_FILES([Makefile])
AC_OUTPUT