[Expat-bugs] [patch] 1.95.7: --mandir doesn't work

Maciej W. Rozycki macro at ds2.pg.gda.pl
Thu Oct 30 11:29:17 EST 2003


Hello,

 Due to an incorrect use of the mandir autoconf variable, the configure
script's --mandir option doesn't work.  Here is a trivial patch that fixes
the problem for me.  Please apply.

  Maciej

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro at ds2.pg.gda.pl, PGP key available        +

expat-1.95.7-mandir.patch
diff -up --recursive --new-file expat-1.95.7.macro/Makefile.in expat-1.95.7/Makefile.in
--- expat-1.95.7.macro/Makefile.in	2003-10-16 04:51:11.000000000 +0000
+++ expat-1.95.7/Makefile.in	2003-10-30 16:09:40.000000000 +0000
@@ -30,7 +30,7 @@ exec_prefix = @exec_prefix@
 bindir = @bindir@
 libdir = @libdir@
 includedir = @includedir@
-mandir = ${prefix}/man/man1
+mandir = @mandir@/man1

 top_builddir = .





More information about the Expat-bugs mailing list