aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-05-04 22:18:24 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-05-04 22:18:24 +0000
commitc8aa082bfac8b52f561decff904776a99f242a66 (patch)
treebbe071bf991ad432cc3545fdfb9ebf45eb40b717 /configure.ac
parentf0e9ceed3d75bac6c983871a6dce3b7f50118621 (diff)
downloadfetchmail-c8aa082bfac8b52f561decff904776a99f242a66.tar.gz
fetchmail-c8aa082bfac8b52f561decff904776a99f242a66.tar.bz2
fetchmail-c8aa082bfac8b52f561decff904776a99f242a66.zip
Remove autobuild support.
svn path=/branches/BRANCH_6-3/; revision=5294
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 671028d9..75543406 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,13 +20,6 @@ AC_PREREQ(2.60)
dnl 2.60 required for AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE
-dnl autobuild support, see <http://josefsson.org/autobuild/>
-(
- TZ=GMT
- export TZ
- AB_INIT
-)
-
dnl python is optional
#
# you can pass PYTHON=: in environment or on the command line