diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-04 22:18:24 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-04 22:18:24 +0000 |
commit | c8aa082bfac8b52f561decff904776a99f242a66 (patch) | |
tree | bbe071bf991ad432cc3545fdfb9ebf45eb40b717 /configure.ac | |
parent | f0e9ceed3d75bac6c983871a6dce3b7f50118621 (diff) | |
download | fetchmail-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.ac | 7 |
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 |