[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

more cleaning



Matti,

I suspect that zgetbindaddr.c was not added to the CVS.

I have another semi-cosmetic thing here.  "make install" never worked
for me in respect to man pages.  I *think* that the patch below does the
right thing.  With it, you can specify "./configure --mandir=..." as
with other autoconfed packages.

Index: SiteConfig.in
===================================================================
RCS file: /cvsroot/zmailer/SiteConfig.in,v
retrieving revision 1.20
diff -u -r1.20 SiteConfig.in
--- SiteConfig.in       2003/05/06 09:20:56     1.20
+++ SiteConfig.in       2003/05/06 14:09:22
@@ -49,9 +49,9 @@
 # prefix per autoconfig:
 prefix=                @prefix@

-## MANDIR is the top of the manual directory hierarchy where manual pages
-## for the ZMailer programs are installed.  Usually /usr/man or /local/man.
-#MANDIR=       @mandir@
+# MANDIR is the top of the manual directory hierarchy where manual pages
+# for the ZMailer programs are installed.  Usually /usr/man or /local/man.
+MANDIR=                @mandir@

 # LIBRARYDIR is the place for storing  libzmailer.a, which can be used to
 # create programs which use Zmailer's  zmailer(3) (aka: mail(3)) -library.
Index: man/Makefile.in
===================================================================
RCS file: /cvsroot/zmailer/man/Makefile.in,v
retrieving revision 1.25
diff -u -r1.25 Makefile.in
--- man/Makefile.in     2003/05/05 17:16:47     1.25
+++ man/Makefile.in     2003/05/06 14:09:27
@@ -6,8 +6,8 @@
 # VPATH = @srcdir@ ## NO VPATH HERE!
 @SET_MAKE@

-#prefix=       @prefix@
-MANDIR=                ${prefix}@mandir@
+prefix=                @prefix@
+MANDIR=                @mandir@
 TOPDIR=                ..
 S=             $(srcdir)
 INSTALL=       @INSTALL@


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi