mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Add gettext detection
This commit is contained in:
parent
814ef183d5
commit
547a68096c
4 changed files with 3772 additions and 199 deletions
|
|
@ -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
1917
aclocal.m4
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue