Add EXEEXT and MKVERSION support

This commit is contained in:
Kurt Zeilenga 1999-05-19 07:13:42 +00:00
parent c23e4fe6a7
commit 1db064b821
2 changed files with 552 additions and 538 deletions

1086
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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