aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-11-12 18:01:17 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-11-12 18:01:17 +0000
commitfb9c41eb1e365ba34cf6421363d7e1e9be19cc4c (patch)
tree90b0d1b6652b02594c69c80e069808ec628ac0d4 /configure.in
parente24326ed1e245ccf7231f34748b4254784c7a238 (diff)
downloadfetchmail-fb9c41eb1e365ba34cf6421363d7e1e9be19cc4c.tar.gz
fetchmail-fb9c41eb1e365ba34cf6421363d7e1e9be19cc4c.tar.bz2
fetchmail-fb9c41eb1e365ba34cf6421363d7e1e9be19cc4c.zip
Added Slovak.
svn path=/trunk/; revision=3769
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 142ab4b7..d087e463 100644
--- a/configure.in
+++ b/configure.in
@@ -4,8 +4,9 @@ dnl
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_INIT(fetchmail.h) dnl A distinctive file to look for in srcdir.
-AM_CONFIG_HEADER(config.h)
+AC_INIT([fetchmail], [6.1.2])
+AC_CONFIG_SRCDIR([fetchmail.h])
+AC_CONFIG_HEADERS([config.h])
dnl We want these before the checks, so the checks can modify their values.
test -z "$CFLAGS" && CFLAGS="-O" AC_SUBST(CFLAGS)
@@ -67,7 +68,7 @@ then
fi
dnl i18n
-ALL_LINGUAS="ca cs da de es fr gl ja pl pt_BR tr"
+ALL_LINGUAS="ca cs da de es fr gl ja pl pt_BR tr sk"
AM_GNU_GETTEXT
dnl end i18n
@@ -720,7 +721,8 @@ then
fi
fi])
-AC_OUTPUT([Makefile intl/Makefile po/Makefile.in], [
+AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile.in])
+AC_CONFIG_COMMANDS([default],[
# The reason for this odd makedepend line is that we want
# to have all dependencies evaluated relative to the source directory
# and let VPATH do all the dirty work when we build remotely
@@ -728,6 +730,7 @@ AC_OUTPUT([Makefile intl/Makefile po/Makefile.in], [
echo timestamp > stamp-h;
(cd $srcdir; makedepend -f - *.c) >>Makefile])
+AC_OUTPUT
dnl Local Variables:
dnl comment-start: "dnl "
dnl comment-end: ""