public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Make GLADE_DTD_FILE configurable; update build notes.
Date: Thu, 22 Nov 2007 18:43:00 -0000	[thread overview]
Message-ID: <20071122184349.7543.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  aa593ea5965e213d521a48092a7785f5195170c5 (commit)
      from  af8238b8a4e17e2022f32197ce7030ecbb8e231a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit aa593ea5965e213d521a48092a7785f5195170c5
Author: Andrew Cagney <cagney@redhat.com>
Date:   Thu Nov 22 13:43:28 2007 -0500

    Make GLADE_DTD_FILE configurable; update build notes.
    
    frysk-gui/ChangeLog
    2007-11-22  Andrew Cagney  <cagney@redhat.com>
    
    	* configure.ac: Set.
    	* Makefile.am (GLADE_DTD_FILE): Set to @GLADE_DTD_FILE@.

-----------------------------------------------------------------------

Summary of changes:
 frysk-gui/ChangeLog          |    5 +++++
 frysk-gui/Makefile.am        |    2 +-
 frysk-gui/configure.ac       |    5 +++++
 htdocs/build/rhel/index.html |    5 +++--
 4 files changed, 14 insertions(+), 3 deletions(-)

First 500 lines of diff:
diff --git a/frysk-gui/ChangeLog b/frysk-gui/ChangeLog
index 7fa3697..5a0d8d6 100644
--- a/frysk-gui/ChangeLog
+++ b/frysk-gui/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-22  Andrew Cagney  <cagney@redhat.com>
+
+	* configure.ac: Set.
+	* Makefile.am (GLADE_DTD_FILE): Set to @GLADE_DTD_FILE@.
+
 2007-11-13  Jose Flavio Aguilar Paulino <jflavio@br.ibm.com>
 
         * Makefile.am: Add libunwind-ppc32 to gcj linker dependencies.
diff --git a/frysk-gui/Makefile.am b/frysk-gui/Makefile.am
index 1ba069c..3d2c7aa 100644
--- a/frysk-gui/Makefile.am
+++ b/frysk-gui/Makefile.am
@@ -138,7 +138,7 @@ checked-glade-xml-with-xmllint: $(glade_DATA) glade.catalog
 	done
 	touch $@
 CLEANFILES += glade.catalog
-GLADE_DTD_FILE = file://$(LIBGLADE_PREFIX)/share/xml/libglade/glade-2.0.dtd 
+GLADE_DTD_FILE = @GLADE_DTD_FILE@
 glade.catalog:
 	rm -f $@.tmp
 	$(XMLCATALOG) --noout -v --create $@.tmp
diff --git a/frysk-gui/configure.ac b/frysk-gui/configure.ac
index 3e84a76..a345429 100644
--- a/frysk-gui/configure.ac
+++ b/frysk-gui/configure.ac
@@ -64,7 +64,12 @@ AC_SUBST([CONFIG_STATUS_DEPENDENCIES], [$FRYSK_GUI_JARS])
 
 # Grab the libglade prefix at config time, used to find the .xml
 # definitions for glade.
+
 FRYSK_PKG_MODULE_VARIABLE(LIBGLADE_PREFIX, prefix, [libglade-2.0])
+AC_MSG_CHECKING([GLADE_DTD_FILE])
+GLADE_DTD_FILE="file://${LIBGLADE_PREFIX}/share/xml/libglade/glade-2.0.dtd"
+AC_MSG_RESULT(${GLADE_DTD_FILE})
+AC_SUBST(GLADE_DTD_FILE)
 
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
diff --git a/htdocs/build/rhel/index.html b/htdocs/build/rhel/index.html
index 78a3dfe..764f6b7 100644
--- a/htdocs/build/rhel/index.html
+++ b/htdocs/build/rhel/index.html
@@ -111,8 +111,9 @@ git-core
 To configure <em>frysk</em> use:
 
 <pre>
-( mkdir build && cd build && ../frysk/configure \
-     PKG_CONFIG_PATH=/usr/lib/frysk/pkgconfig:/usr/lib/pkgconfig )
+$ ( mkdir build && cd build && ../frysk/configure \
+     PKG_CONFIG_PATH=/usr/lib/frysk/pkgconfig:/usr/lib/pkgconfig \
+     GLADE_DTD_FILE=/usr/share/frysk/xml/libglade/glade-2.0.dtd )
 </pre>
 
 For additional updates, check Red Hat Enterprise Linux 4's tracker


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2007-11-22 18:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20071122184349.7543.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.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 read-only IMAP folder(s) and NNTP newsgroup(s).