public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Conditionally set GLADE_DTD_FILE.
Date: Thu, 22 Nov 2007 21:39:00 -0000	[thread overview]
Message-ID: <20071122213908.3339.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  35cc78c82c7872b85563e4981c8e0603b5bd8893 (commit)
      from  4bed78efb9ade7bdb2446f1f08112edbc5af1e91 (commit)

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

- Log -----------------------------------------------------------------
commit 35cc78c82c7872b85563e4981c8e0603b5bd8893
Author: Andrew Cagney <cagney@toenail.yyz.redhat.com>
Date:   Thu Nov 22 16:44:01 2007 -0500

    Conditionally set GLADE_DTD_FILE.
    
    frysk-gui/ChangeLog
    2007-11-22  Andrew Cagney  <cagney@redhat.com>
    
    	* configure.ac (GLADE_DTD_FILE): Conditionally set.

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

Summary of changes:
 frysk-gui/ChangeLog    |    4 +++-
 frysk-gui/configure.ac |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-gui/ChangeLog b/frysk-gui/ChangeLog
index 5a0d8d6..8461575 100644
--- a/frysk-gui/ChangeLog
+++ b/frysk-gui/ChangeLog
@@ -1,7 +1,9 @@
 2007-11-22  Andrew Cagney  <cagney@redhat.com>
 
-	* configure.ac: Set.
+	* configure.ac (GLADE_DTD_FILE): Conditionally set.
+	
 	* Makefile.am (GLADE_DTD_FILE): Set to @GLADE_DTD_FILE@.
+	* configure.ac (GLADE_DTD_FILE): Set.
 
 2007-11-13  Jose Flavio Aguilar Paulino <jflavio@br.ibm.com>
 
diff --git a/frysk-gui/configure.ac b/frysk-gui/configure.ac
index a345429..ba48e36 100644
--- a/frysk-gui/configure.ac
+++ b/frysk-gui/configure.ac
@@ -67,7 +67,7 @@ AC_SUBST([CONFIG_STATUS_DEPENDENCIES], [$FRYSK_GUI_JARS])
 
 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"
+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)
 


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


                 reply	other threads:[~2007-11-22 21:39 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=20071122213908.3339.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).