comparison man/Makefile.in @ 378:5781ba87df95

Removed ident. This had been discussed on the mailing list in Oct 2011. Ident is hardly useful in typical setups for masqmail. Probably Oliver had used it in his setup; that would make sense. Now, I know of nobody who needs it.
author markus schnalke <meillo@marmaro.de>
date Sat, 14 Jan 2012 21:36:58 +0100
parents 89f951be358f
children d209b4846f2b
comparison
equal deleted inserted replaced
377:9bc3e47b0222 378:5781ba87df95
93 EGREP = @EGREP@ 93 EGREP = @EGREP@
94 EXEEXT = @EXEEXT@ 94 EXEEXT = @EXEEXT@
95 GLIB_CFLAGS = @GLIB_CFLAGS@ 95 GLIB_CFLAGS = @GLIB_CFLAGS@
96 GLIB_LIBS = @GLIB_LIBS@ 96 GLIB_LIBS = @GLIB_LIBS@
97 GREP = @GREP@ 97 GREP = @GREP@
98 IDENT_LIBS = @IDENT_LIBS@
99 INSTALL = @INSTALL@ 98 INSTALL = @INSTALL@
100 INSTALL_DATA = @INSTALL_DATA@ 99 INSTALL_DATA = @INSTALL_DATA@
101 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 100 INSTALL_PROGRAM = @INSTALL_PROGRAM@
102 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 101 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 102 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144 datadir = @datadir@ 143 datadir = @datadir@
145 datarootdir = @datarootdir@ 144 datarootdir = @datarootdir@
146 docdir = @docdir@ 145 docdir = @docdir@
147 dvidir = @dvidir@ 146 dvidir = @dvidir@
148 exec_prefix = @exec_prefix@ 147 exec_prefix = @exec_prefix@
149 has_ident = @has_ident@
150 host_alias = @host_alias@ 148 host_alias = @host_alias@
151 htmldir = @htmldir@ 149 htmldir = @htmldir@
152 includedir = @includedir@ 150 includedir = @includedir@
153 infodir = @infodir@ 151 infodir = @infodir@
154 install_sh = @install_sh@ 152 install_sh = @install_sh@