diff options
| author | Tim Retout <tim@retout.co.uk> | 2014-07-20 14:40:08 +0100 |
|---|---|---|
| committer | Tim Retout <tim@retout.co.uk> | 2014-07-20 14:40:08 +0100 |
| commit | 686bdcebfc26f8bfee8e1f32f2fb50745f8eb303 (patch) | |
| tree | 6acfb6a1b571f515959ee47bf1c35396bab595e0 /configure.ac | |
| parent | 246f3b67d89a48bb293abe3ecfa28cfac97506f8 (diff) | |
| parent | 07e5fae5a93a0265ae9cf0d8651aa5fa47bc1e0a (diff) | |
Merge branch 'master' into debian
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 21f82ab..4341f88 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ -AC_INIT([apt-transport-tor], [0.1], [diocles@debian.org]) +AC_INIT([apt-transport-tor], [0.2.1], [diocles@debian.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CXX +AC_PROG_LN_S AC_CONFIG_HEADERS([config.h]) AC_CHECK_LIB([apt-pkg], [main]) AC_CHECK_LIB([curl], [curl_version]) |
