[patch] 1.95.7: --mandir doesn't work
"Maciej W. Rozycki" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Organization | Technical University of Gdansk |
| Message-ID | <[email protected]> |
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: [email protected], 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 = .