X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2FMakefile.in;h=969591c487b6c59faa4e8ad4fedcf85d8015829e;hb=0864531e586dcbac02ea45a3c1f1c0ea24db1551;hp=21cc71ea2cfc3c7e60a4ecfed76c5bfd45488b62;hpb=d19706634ca14afc9cbadd7b7b4dab74b84a6520;p=openldap diff --git a/include/Makefile.in b/include/Makefile.in index 21cc71ea2c..969591c487 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,5 +1,5 @@ # $OpenLDAP$ -## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. +## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. ## COPYING RESTRICTIONS APPLY, See COPYRIGHT file ## ## include Makefile.in for OpenLDAP @@ -43,10 +43,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ localstatedir=`cygpath -w $(localstatedir) | \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ - editor=`cygpath -w $(EDITOR) | \ - $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ - sendmail=`cygpath -w $(SENDMAIL) | \ - $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ else \ sysconfdir=$(sysconfdir); \ datadir=$(datadir); \ @@ -54,8 +50,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile sbindir=$(sbindir); \ libexecdir=$(libexecdir); \ localstatedir=$(localstatedir); \ - editor=$(EDITOR); \ - sendmail=$(SENDMAIL); \ + localedir=$(localedir); \ fi; \ $(SED) \ -e "s;%SYSCONFDIR%;$$sysconfdir;" \ @@ -64,8 +59,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile -e "s;%SBINDIR%;$$sbindir;" \ -e "s;%LIBEXECDIR%;$$libexecdir;" \ -e "s;%RUNDIR%;$$localstatedir;" \ - -e "s;%EDITOR%;$$editor;" \ - -e "s;%SENDMAIL%;$$sendmail;" \ + -e "s;%LOCALEDIR%;$$localedir;" \ $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@