Add gettext detection

This commit is contained in:
Kurt Zeilenga 2003-04-06 02:17:04 +00:00
parent 814ef183d5
commit 547a68096c
4 changed files with 3772 additions and 199 deletions

View file

@ -25,7 +25,7 @@ clean-local: FORCE
$(RM) config.log
veryclean-local: FORCE
$(RM) config.cache config.status libtool stamp-h stamp-h.in
$(RM) config.cache config.status configure.lineno libtool stamp-h
distclean: veryclean FORCE

1917
aclocal.m4 vendored

File diff suppressed because it is too large Load diff

2053
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -571,6 +571,7 @@ dnl Checks for programs
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AM_GNU_GETTEXT([external])
AC_DEFINE(HAVE_MKVERSION, 1, [define this if you have mkversion])
@ -2925,6 +2926,6 @@ AC_CONFIG_FILES(servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:
AC_CONFIG_FILES(tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk)
AC_CONFIG_FILES(tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk)
AC_CONFIG_COMMANDS([time-stamp], [date >time-stamp
AC_CONFIG_COMMANDS([time-stamp], [date >stamp-h
echo Please run \"make depend\" to build dependencies])
AC_OUTPUT