diff options
author | Paul Smith <psmith@gnu.org> | 2000-01-25 07:42:51 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-01-25 07:42:51 +0000 |
commit | de2a8fc730d0b87cd19959ba876ffa34d0853dcd (patch) | |
tree | 926e855867dbb2b79b5e5fe6050ec3154f35e50e /configure.in | |
parent | 447c76f601fc1dedfd8e9cc333b8e576b96d1d0c (diff) | |
download | gunmake-de2a8fc730d0b87cd19959ba876ffa34d0853dcd.tar.gz |
* Updated gettext to use more advanced libit 0.7 version.
* Various cleanups.
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. |