diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-31 02:28:57 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-31 02:28:57 +0000 |
commit | d3916bd5516948a91cf67224623f3092f694bd58 (patch) | |
tree | 18096e6d4b4c9cd7cc76d73ca1a41bba12540093 /configure.ac | |
parent | 197edbdb8f93b9ccf5a8da0239f320b770a2bd50 (diff) | |
download | fetchmail-d3916bd5516948a91cf67224623f3092f694bd58.tar.gz fetchmail-d3916bd5516948a91cf67224623f3092f694bd58.tar.bz2 fetchmail-d3916bd5516948a91cf67224623f3092f694bd58.zip |
Drop the 476 kB intl/ directory from the distribution.
svn path=/trunk/; revision=4203
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 5804dd58..ace8bad7 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.2.6-pre8]) +AC_INIT([fetchmail],[6.2.6-pre9]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) @@ -17,6 +17,7 @@ AC_PROG_AWK AC_PROG_CC AC_PROG_INSTALL AC_PROG_CPP dnl Later checks need this. +AC_PROG_RANLIB AM_PROG_CC_C_O AC_AIX AC_ISC_POSIX @@ -74,7 +75,7 @@ then fi dnl i18n -AM_GNU_GETTEXT(no-libtool, need-ngettext) +AM_GNU_GETTEXT([external], [need-ngettext]) AM_GNU_GETTEXT_VERSION(0.14.1) dnl end i18n @@ -749,7 +750,7 @@ fi dnl ----------------------------------------------------------------' AC_CONFIG_FILES([Makefile m4/Makefile m4-local/Makefile - po/Makefile.in intl/Makefile]) + po/Makefile.in]) AC_OUTPUT dnl Local Variables: |