Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
547a6809
Commit
547a6809
authored
Apr 06, 2003
by
Kurt Zeilenga
Browse files
Add gettext detection
parent
814ef183
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
547a6809
...
...
@@ -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
...
...
aclocal.m4
View file @
547a6809
This diff is collapsed.
Click to expand it.
configure
View file @
547a6809
This diff is collapsed.
Click to expand it.
configure.in
View file @
547a6809
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment