mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Add EXEEXT and MKVERSION support
This commit is contained in:
parent
c23e4fe6a7
commit
1db064b821
2 changed files with 552 additions and 538 deletions
|
|
@ -32,6 +32,8 @@ AC_PREFIX_DEFAULT(/usr/local)
|
||||||
top_builddir=`pwd`
|
top_builddir=`pwd`
|
||||||
AC_SUBST(top_builddir)dnl
|
AC_SUBST(top_builddir)dnl
|
||||||
|
|
||||||
|
AC_DEFINE(HAVE_MKVERSION, 1, [define this if you have mkversion])
|
||||||
|
|
||||||
ldap_subdir="openldap"
|
ldap_subdir="openldap"
|
||||||
|
|
||||||
AC_ARG_WITH(subdir, [ --with-subdir=DIR change default subdirectory used for installs], [
|
AC_ARG_WITH(subdir, [ --with-subdir=DIR change default subdirectory used for installs], [
|
||||||
|
|
@ -378,6 +380,8 @@ AC_MINGW32
|
||||||
AC_EXEEXT
|
AC_EXEEXT
|
||||||
AC_OBJEXT
|
AC_OBJEXT
|
||||||
|
|
||||||
|
AC_DEFINE_UNQUOTED( EXEEXT, "${EXEEXT}", [defined to be the EXE extension])
|
||||||
|
|
||||||
dnl OpenLDAP requires STDC features
|
dnl OpenLDAP requires STDC features
|
||||||
AM_PROG_CC_STDC
|
AM_PROG_CC_STDC
|
||||||
if test "X${am_cv_prog_cc_stdc}" = "Xno" ; then
|
if test "X${am_cv_prog_cc_stdc}" = "Xno" ; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue