qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jens Arm <Jens.Arm@gmx.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] wrong doc path patch
Date: Fri, 8 Oct 2004 09:13:28 +0200	[thread overview]
Message-ID: <20041008091328.1c6497e1.Jens.Arm@gmx.de> (raw)

[-- 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
 

             reply	other threads:[~2004-10-08  7:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-08  7:13 Jens Arm [this message]
2004-10-08  7:15 ` [Qemu-devel] wrong doc path patch Jens Arm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041008091328.1c6497e1.Jens.Arm@gmx.de \
    --to=jens.arm@gmx.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).