]> git.sur5r.net Git - openldap/blobdiff - include/Makefile.in
add feature macros
[openldap] / include / Makefile.in
index 8d44c10375a82e6268d2e577f3698d231a6b3b08..5d090b841838291f964e2c6d6786c759b8da7ea5 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
 ## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
 ##
 ## include Makefile.in for OpenLDAP
@@ -45,8 +45,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile
                $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
            editor=`cygpath -w $(EDITOR) | \
                $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
-           finger=`cygpath -w $(FINGER) | \
-               $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
            sendmail=`cygpath -w $(SENDMAIL) | \
                $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
        else \
@@ -57,7 +55,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile
            libexecdir=$(libexecdir); \
            localstatedir=$(localstatedir); \
            editor=$(EDITOR); \
-           finger=$(FINGER); \
            sendmail=$(SENDMAIL); \
        fi; \
        $(SED) \
@@ -68,7 +65,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile
                        -e "s;%LIBEXECDIR%;$$libexecdir;" \
                        -e "s;%RUNDIR%;$$localstatedir;" \
                        -e "s;%EDITOR%;$$editor;" \
-                       -e "s;%FINGER%;$$finger;" \
                        -e "s;%SENDMAIL%;$$sendmail;" \
                         $(LDAP_CONFIG) >> $@; \
        $(CHMOD) 444 $@