diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 1700fc8..ba54f12 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_REVISION([$Id$]) AC_PREREQ(2.13)dnl dnl Minimum Autoconf version required. AC_INIT(vpath.c)dnl dnl A distinctive file to look for in srcdir. -AM_INIT_AUTOMAKE(make, 3.78.90a) +AM_INIT_AUTOMAKE(make, 3.78.90) AM_CONFIG_HEADER(config.h) dnl Regular configure stuff @@ -108,8 +108,8 @@ AC_DECL_SYS_SIGLIST dnl Handle internationalization -ALL_LINGUAS= -AM_GNU_GETTEXT +ALL_LINGUAS="de es fr ko nl pl ru" +fp_WITH_GETTEXT # The presence of the following is not meant to imply # that make necessarily works on those systems. @@ -226,7 +226,7 @@ if test -r "$srcdir/maintMakefile"; then fi AC_SUBST_FILE(MAINT_MAKEFILE) -AC_OUTPUT(build.sh Makefile glob/Makefile intl/Makefile po/Makefile.in) +AC_OUTPUT(build.sh Makefile glob/Makefile i18n/Makefile) dnl If we don't yet have build.sh.in, build.sh is a bogus 0-length file dnl so remove it. |