* [Qemu-devel] wrong doc path patch
@ 2004-10-08 7:13 Jens Arm
2004-10-08 7:15 ` Jens Arm
0 siblings, 1 reply; 2+ messages in thread
From: Jens Arm @ 2004-10-08 7:13 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
Hi
If I run configure I get:
....
Doc directory /usr/local/share/doc/qemu
....
Here is a patch which change it to:
....
Doc directory /usr/local/share/doc/tinycc
....
Jens
[-- Attachment #2: configure.patch --]
[-- Type: application/octet-stream, Size: 372 bytes --]
diff -Nur tinyccORG/configure tinycc/configure
--- tinyccORG/configure 2004-10-08 08:26:53.000000000 +0200
+++ tinycc/configure 2004-10-08 09:10:19.000000000 +0200
@@ -219,7 +219,7 @@
bindir="${execprefix}/bin"
fi
if test x"$docdir" = x""; then
- docdir="$prefix/share/doc/qemu"
+ docdir="$prefix/share/doc/tinycc"
fi
fi # mingw32
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] wrong doc path patch
2004-10-08 7:13 [Qemu-devel] wrong doc path patch Jens Arm
@ 2004-10-08 7:15 ` Jens Arm
0 siblings, 0 replies; 2+ messages in thread
From: Jens Arm @ 2004-10-08 7:15 UTC (permalink / raw)
To: qemu-devel
Ahhhh, sorry wrong list, was for tinycc :(
Jens
> Hi
>
> If I run configure I get:
>
> .....
> Doc directory /usr/local/share/doc/qemu
> .....
>
> Here is a patch which change it to:
>
> .....
> Doc directory /usr/local/share/doc/tinycc
> .....
>
> Jens
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-08 7:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-08 7:13 [Qemu-devel] wrong doc path patch Jens Arm
2004-10-08 7:15 ` Jens Arm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).