summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 21f82abc6e0faa0e8a5e3486b056f5a33294076b (plain)
1
2
3
4
5
6
7
8
9
10
AC_INIT([apt-transport-tor], [0.1], [diocles@debian.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CXX
AC_CONFIG_HEADERS([config.h])
AC_CHECK_LIB([apt-pkg], [main])
AC_CHECK_LIB([curl], [curl_version])
AC_CONFIG_FILES([
 Makefile
])
AC_OUTPUT